Install global npm packages
- Visit
[].scm.azurewebsites.net
and 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_modules
folder 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 script
innpm start
command (doesn't work very well with create-react-app)