当前位置:网站首页>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 
边栏推荐
- Tiktok Kwai, e-commerce enters the same river
- H265 video streaming web page without plug-in player easywasmlayer Troubleshooting and solution of JS unable to set cover photo
- H265/webvr video web page without plug-in player easyplayer Solution to the problem of cumulative delay of FLV video played by JS
- Go collaboration and pipeline to realize asynchronous batch consumption scheduling task
- [play with Tencent cloud] play with cloud database mysql
- Why do you develop middleware when you are young? "You can choose your own way"
- Welcome to the network security threat information sharing program
- Five steps to effectively monitor network traffic
- Solution to the problem that qlineedit setting qdoublevalidator setting range is invalid
- Tencent security officially released the IOT security capability map
猜你喜欢
随机推荐
How to learn go language happily? Let's go!
Can yangjianyun's new media operation in 2021 bear all the expectations of the enterprise's private domain traffic demand?
Zblog determines whether a plug-in installs the enabled built-in function code
FPGA systematic learning notes serialization_ Day8 [design of 4-bit multiplier and 4-bit divider]
Explanation of MySQL indexing principle
未来银行需要用明天的思维,来思考今天架构
[kotlin] constructor summary
How to compile and debug go runtime source code
[2021 taac & Ti-One] frequently asked questions related to the notebook function
Live broadcast Preview - on April 1, I made an appointment with you to explore tcapulusdb with Tencent cloud
Use cloud development to make a login free resource navigation applet!
Cloud native monitoring via blackbox_ Exporter monitoring website
Low education without food? As an old Android rookie in the past six years, I was the most difficult one
区块哈希游戏竞猜系统开发(成熟代码)
[DB Bao 45] MySQL highly available mgr+consult architecture deployment
QQ domain name detection API interface sharing (with internal access automatic jump PHP code)
This time, talk about the dry goods of industrial Internet | TVP technology closed door meeting
As for IOT safety, 20 CSOs from major manufacturers say
Introduction to visual studio shortcut keys and advanced gameplay
[2021 taac & Ti-One] FAQs related to preliminary round computing resources

