#"Cannot find module"
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
How to handle packages that cannot be find by "nest start" command. I mean packages that are in package.json in nested submodules and installed in that subdirectory?
That is a nodejs module resolution thing, not related with nestjs
I’d suggest you to check out nodejs docs then
yes, i am looking for solution