You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- set NODE_VERSION=8.11.1
- curl -SL "https://nodejs.org/dist/v%NODE_VERSION%/node-v%NODE_VERSION%-win-x64.zip" --output nodejs.zip
- tar -xf nodejs.zip -C c:\
- setx PATH "%PATH%;c:\node-v%NODE_VERSION%-win-x64"
|