Deploying a NodeJS App to Azure Websites fails on installing NPM packages from pagages.json from deploy.cmd?
问题 I'm trying to push a local GIT repository to my Azure Website using .deployment & deploy.cmd. The problem is that when the script tries to install NPM packages it fails after about half is installed. I have tried a lot of things but can't get it to work. I would appriciate if any of you have any idea of why this is not working? This is my code: package.json { "name": "api", "private": true, "version": "0.1.0", "description": "Backend API", "keywords": [], "main": "app.js", "repository": "",