"Cannot find module" when using NPM subpaths #1712
Unanswered
radek-novak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a private NPM package with following
tsconfig
which has subpaths set up
and I try to consume it from another node project
When I try to run the consuming project with
ts-node-dev
it errors with:I think my problem is different from #953 because I don't use
paths
norbaseUrl
in neither the package nor the consuming node project, the consuming project typechecks withtsc --noEmit
and it runs with regularnode
command.Beta Was this translation helpful? Give feedback.
All reactions