当前位置:网站首页>Switch node version and switch npm source tool
Switch node version and switch npm source tool
2022-08-04 19:03:00 【I'm not skinny but funny】
When the node version required by the project is different, nvm can be used to install and switch different versions of node
nvm use
Tools for managing node versions
1. Installation
windows installation address
Click here for other installation methods
2. Use
$ nvm use 16Now using node v16.9.1 (npm v7.21.1)$ node -vv16.9.1$ nvm use 14Now using node v14.18.0 (npm v6.14.15)$ node -vv14.18.0$ nvm install 12Now using node v12.22.6 (npm v6.14.5)$ node -vv12.22.6
Introduction to nrm
1. Installation
npm install -g nrm
2. Use
nrm ls //View optional sources, the model represents the currently used source (locally installed like the nvm list command)nrm use //Switch sourcenrm add //Add source
边栏推荐
猜你喜欢
随机推荐
在表格数据集上训练变分自编码器 (VAE)示例
污损指纹恢复与识别
从零开始实现一个简单的CycleGAN项目
火灾报警联网FC18中CAN光端机常见问题解答和使用指导
vantui 组件 van-field 路由切换时,字体样式混乱问题
切换node版本和切换npm源工具
win10 uwp ping
PHP代码审计10—命令执行漏洞
服务器
机器学习之支持向量机实例,线性核函数 多项式核函数 RBF高斯核函数 sigmoid核函数
数据库治理的探索与实践
win10 uwp json
用Excel绘制统计图
WPF 多个 StylusPlugIn 的事件触发顺序
Those things about the curl command
Kubernetes之list-watch机制
ELECTRA:Pre-training Text Encoders as Discriminators Rather Than Generators
浅谈web网站架构演变过程
天呐,七夕我收到9份告白~
unity中实现ue眼球的渲染