Skip to content

Instantly share code, notes, and snippets.

@shammelburg
Last active July 29, 2019 14:37
Show Gist options
  • Save shammelburg/4771bd34eec940ea55004c2cdddc07e0 to your computer and use it in GitHub Desktop.
Save shammelburg/4771bd34eec940ea55004c2cdddc07e0 to your computer and use it in GitHub Desktop.
Azure App Services Setup for NodeServices
When you use NodeServices for your project and need to install package make sure you add the following to your app service configuration.
Create an app service
Configure
- AppSettings
- Add
- Name = WEBSITE_NODE_DEFAULT_VERSION
- Value = 10.0.0
- Save
You can now used 'npm i' in the console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment