Last active
July 29, 2019 14:37
-
-
Save shammelburg/4771bd34eec940ea55004c2cdddc07e0 to your computer and use it in GitHub Desktop.
Azure App Services Setup for NodeServices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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