serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

Errors if no node_modules folder exist #210

Open wclr opened 4 years ago

wclr commented 4 years ago

If node_modules doesn't exist.

Serverless: Typescript compiled.

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

  Error: ENOENT: no such file or directory, stat '.. my-project\..\lamdba\node_modules'
augustl commented 2 years ago

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?