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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.