serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Errors if no node_modules folder exist
If node_modules doesn't exist.
Serverless: Typescript compiled.
Error --------------------------------------------------
Error: ENOENT: no such file or directory, stat '.. my-project\..\lamdba\node_modules'
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?