How to make Azure nodejs webapp re-run npm install?
问题 I'm running a Node webapp on Azure. I deploy the app using the "local git" method. Every time I make changes to my source, commit, and then deploy with git push azure master , the code on the site is updated, as expected. But one of my recent changes included adding a new package to my package.json file. Now when I deploy, my files are updated, but azure doesn't seem to re-run npm install , and the new modules are not installed. This means that the app doesn't start: when my code calls