This time I will bring you the tips for using nodejs multi-version. What are the precautions for using nodejs multi-version? The following is a practical case, let’s take a look.
nvmw installation preparation:
Install git
Install Python 2.7 If node < Version 0.8
nvmw installation steps:
Open cmd: win R or win -> Enter cmd
Locate the directory: cd C:UsersAdministrator
Set the service image according to the installation speed requirements set $NVMW_NODEJS_ORG_MIRROR
set "NVMW_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node" set "NVMW_IOJS_ORG_MIRROR=http://npm.taobao.org/mirrors/iojs" set "NVMW_NPM_MIRROR=http://npm.taobao.org/mirrors/npm" nvmw install 0.11.14 nvmw install node-v0.11.15 nvmw install iojs nvmw install iojs-v1.0.2
FAQ:
404 Not Fond
nvm-windows installationDownload nvm-setup.exe
Installation During the process, select the prompt box about the installed version to accept
cmd detection: nvm ls (more commands nvm help)
C:\Users\Administrator>nvm ls * 8.11.1 (Currently using 64-bit executable 6.9.0
I believe you have mastered the method after reading the case in this article, please come for more exciting information Pay attention to other related articles on php Chinese website!
Recommended reading:
Operation AngularJS from scratch to implement application modularizationWhat are the steps required for vue cli webapck4The above is the detailed content of Nodejs multi-version usage tips. For more information, please follow other related articles on the PHP Chinese website!