Install global npm packages
- Visit
[].scm.azurewebsites.netand gotoDebug console > CMD npm install -g whatever- profit
https://github.com/Azure/azure-sdk-for-node/blob/master/scripts/setup.js
- Can't remove
node_modulesfolder or modules installed - Path too long (FQ path can't exceed 260-ish characters)
- Permission errors from hell when
npm install - Can't have anything else than
node scriptinnpm startcommand (doesn't work very well with create-react-app)