serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Errors if no node_modules folder exist

Open wclr opened this issue 5 years ago • 1 comments

If node_modules doesn't exist.

Serverless: Typescript compiled.

  Error --------------------------------------------------

  Error: ENOENT: no such file or directory, stat '.. my-project\..\lamdba\node_modules'

wclr avatar Jun 25 '20 12:06 wclr

Is there anything I'm doing horrendously wrong? None of my service folders has a node_modules, I just have one at the top level of my project. So how are people able to use this typescript plugin?

augustl avatar Feb 18 '22 13:02 augustl