Skip to content

Instantly share code, notes, and snippets.

@xeloader
Last active January 31, 2018 11:06
Show Gist options
  • Save xeloader/0cabc06c2d3a332a3202e9ec82df9e81 to your computer and use it in GitHub Desktop.
Save xeloader/0cabc06c2d3a332a3202e9ec82df9e81 to your computer and use it in GitHub Desktop.

Azure fuckups 101

Install global npm packages

  1. Visit [].scm.azurewebsites.net and goto Debug console > CMD
  2. npm install -g whatever
  3. profit

Undocumented shit

https://github.com/Azure/azure-sdk-for-node/blob/master/scripts/setup.js

Problems with Azure

  • 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 in npm start command (doesn't work very well with create-react-app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment