technological process
1. Prepare windows 10.
WSL installation tutorial
The tutorial of forbidding WSL and win10 to share environment variables
File directory of WSL in Windows:
C:\Users\%userName%\AppData\Local\Packages You can also enter the following command at the WSL terminal explorer.exe .
File directory of windows in WSL:
/mnt
-
Install NVM.NVM installation tutorial
-
Install node
NVM install XXX / / install version number
NVM use XXX / / set use version number
NVM list / / all node version numbers
NVM alias default v4.2.4 / / NVM sets the default node version number -
Build the project framework.Building a project framework tutorial
This work adoptsCC agreementReprint must indicate the author and the link of this article