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.

3 lines
205 B

6 years ago
  1. set NODE_VERSION=8.11.1
  2. curl -SL "https://nodejs.org/dist/v%NODE_VERSION%/node-v%NODE_VERSION%-win-x64.zip" --output nodejs.zip
  3. tar -xf nodejs.zip -C c:\
  4. setx PATH "%PATH%;c:\node-v%NODE_VERSION%-win-x64"