Next.js Discord

Discord Forum

using local module

Unanswered
Narrow-barred Spanish mackerel posted this in #help-forum
Open in Discord
Narrow-barred Spanish mackerelOP
hello, i'm trying to use local module imported like this:
...
    "sdk": "file:../../sdk",
...

typescript correctly infers types and everything is working but when i run npm run dev i get:
Module not found: Can't resolve 'sdk'

any help is appreacted 🙏

0 Replies