当前位置:网站首页>NVM download, installation and use
NVM download, installation and use
2022-06-24 17:28:00 【Dandelion】
download
Useful commands to download , Download the source code , I downloaded the source code
Address :https://github.com/coreybutler/nvm-windows/releases
perhaps :
open GitHub, Search for nvm, I downloaded it nvm-windows,
Then click the version download , The latest thing I have here is 1.1.9

install
Found downloaded nvm package , decompression , Double click installation 


First installation directory : The default installation directory is not used here , Change the installation directory to D:\system\nvm
Readers can choose the installation directory
The second installation directory : add to node.js Installation directory
Be careful :
Here we use “ add to node.js Installation directory ” In fact, my statement is not very accurate , The exact term should be configuration node.js Installation directory
By default C:\Program Files\nodejs Catalog ,C:\Program Files\nodejs So is the catalog node.js Default installation directory
If the reader is installing nvm Already installed before node.js, And modified node.js Installation directory , Then the directory here should be changed to node.js Installation directory
If the reader is installing nvm It's not installed before node.js, Then the directory here can be defined by itself
Reference resources :https://www.cnblogs.com/jing-tian/p/11225123.html

installation is complete
Use
Set Taobao image
node_mirror: https://npm.taobao.org/mirrors/node/
npm_mirror: https://npm.taobao.org/mirrors/npm/
copy The order of
nvm install stable ## Install the latest stable version node
nvm install <version> ## Install the specified version
nvm uninstall <version> ## Delete the installed specified version
nvm use <version> ## Switch to the specified version node
nvm ls ## List all installed versions
nvm ls-remote ## Lists the versions of all remote servers
nvm current ## Show current version
nvm alias <name> <version> ## Add aliases to different version numbers
nvm unalias <name> ## Delete the defined alias
nvm reinstall-packages <version> ## In current version node In the environment , again Global installation of the specified version number npm package
nvm alias default [node Version number ] ## Set the default version

Download the latest version

At first, there was a mistake , I have no good solution after Baidu , It was reinstalled nvm, That's fine
Turn on use
Report errors : The screenshot is as follows 
solve : Start using a version with administrator privileges 
perhaps :
result 
边栏推荐
- Quickly build MySQL million level test data
- Use cloud development to make a login free resource navigation applet!
- Cloud native monitoring configuration self built alertmanager to realize alarm
- Development of block hash game guessing system (mature code)
- With the solution, the nickname of the applet suddenly becomes "wechat user", and the avatar cannot be displayed?
- Several schemes of traffic exposure in kubernetes cluster
- What securities dealers recommend? Is it safe to open an account online now?
- Memory alignment in golang
- "Gambler" bubble Matt turns around
- Construction scheme of campus network clock system (standardized examination room)
猜你喜欢
随机推荐
What is the reason for the worse website SEO ranking?
Tiktok Kwai, e-commerce enters the same river
Example description and case of ansible playbook automated cluster server management
To redefine the storage architecture, Huawei has used more than five "cores"
Several schemes of traffic exposure in kubernetes cluster
Five steps to effectively monitor network traffic
H265 video streaming web page without plug-in player easywasmlayer Troubleshooting and solution of JS unable to set cover photo
FPGA systematic learning notes serialization_ Day10 [sequential logic, competitive adventure, synchronous reset, asynchronous reset]
[2021 taac & Ti-One] frequently asked questions related to Ti-One products
主链系统发展解析
Tencent security officially released the IOT security capability map
Service not found troubleshooting and resolution of error messages in the secondary development of the source code of the open source platform easydarwin
03. Tencent cloud IOT device side learning -- overview of mqtt control package
未来银行需要用明天的思维,来思考今天架构
Analysis of signal preemptive scheduling based on go language from source code
重新定义存储架构,华为用了不止5颗“芯”
Realize business development on behalf of small programs, and 99% restore the function of service category management in the background of official account
Leveldb source code analysis -- version management
Swift array map/flatmap/compactmap/filter/reduce/chaining Usage Summary
Go collaboration and pipeline to realize asynchronous batch consumption scheduling task

