tsconfig-paths icon indicating copy to clipboard operation
tsconfig-paths copied to clipboard

node_modules of shared folder are ignored

Open stanyq4 opened this issue 4 years ago • 0 comments

Hello, my shared folder has its own package.json and node_modules.

When I use shared as a path, the folder is copied to the dist directory, but node_modules are ignored, hence, when running API, I am getting npm MODULE_NOT_FOUND error

Screen Shot 2020-11-21 at 9 43 47 AM Screen Shot 2020-11-21 at 9 43 53 AM Screen Shot 2020-11-21 at 9 44 42 AM

Is this intended behaviour? or I am just missing the setup? Attaching the tsconfig of the shared folder and tsconfig of API project:

Screen Shot 2020-11-21 at 9 46 20 AM Screen Shot 2020-11-21 at 9 46 56 AM

stanyq4 avatar Nov 21 '20 15:11 stanyq4