วิธีการใช้งาน NVM
Step1: Download nvm
Step2: Choose nvm-setup.zip
Step3: Unzip & click on installer.
Step4: Check if nvm properly installed, In new command prompt type
nvmStep5: Install node js using nvm :
nvm install <version> : The version can be a node.js version or "latest" for the latest stable versionStep6: check node version -
node -vStep7(Optional)If you want to install another version of node js - Use STEP 5 with different version.
Step8: Check list node js version -
nvm listStep9: If you want to use specific node version do -
nvm use <version>
Comments
Post a Comment