当前位置:网站首页>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 
边栏推荐
- Kubernetes 1.20.5 helm installation Jenkins
- Low education without food? As an old Android rookie in the past six years, I was the most difficult one
- Tencent cloud layer 7 load balancing log analysis and monitoring
- 重新定义存储架构,华为用了不止5颗“芯”
- Learn typescript with VAM (phase 1)
- Let ups "Impressionist users" re understand reliability
- With the solution, the nickname of the applet suddenly becomes "wechat user", and the avatar cannot be displayed?
- Can you remember the code of a programming boss? Can you hit it out without Baidu?
- test
- Leveldb source code analysis -- version management
猜你喜欢
随机推荐
[MySQL practice] binlog, a sharp tool for problem analysis
zblog判断某个插件是否安装启用的内置函数代码
Several schemes of traffic exposure in kubernetes cluster
让UPS“印象派用户”重新认识可靠性
C language | logical operators
Classic examples of C language 100
[version upgrade] Tencent cloud firewall version 2.1.0 was officially released!
重新定义存储架构,华为用了不止5颗“芯”
[play with Tencent cloud] play with cloud database mysql
Go language GC implementation principle and source code analysis
After the collective breakthrough, where is the next step of China's public cloud?
Quickly build MySQL million level test data
Devops in digital transformation digital risk
Building a cross public chain platform to solve DAPP development problems
Install Clickhouse client code 210 connection referred (localhost:9000)
Following the previous SYSTEMd pit
Game business DDoS attack and defense confrontation case sharing
Tencent security officially released the IOT security capability map
Five steps to effectively monitor network traffic
Several cloud products of Tencent cloud have passed IPv6 enabled cloud logo certification

