DEV Community

Discussion on: Fast API Prototyping with Webtask.io and Serverless.

Collapse
 
gblock profile image
007

One comment, in terms of installing dependencies. When you use the Webtasks provider you actually don't have to run "npm install". We install npm dependencies from the cloud and don't upload them, so you just have to have the module entries in your package.json and it will work.