会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
咏竹莉
where there is a will,there is a way
博客园
首页
新随笔
新文章
联系
订阅
管理
2021年7月21日
node版本管理
摘要: 一、安装npm插件n ,通过n模块来管理node版本 1、全局安装n模块 npm install -g n 2、安装当前稳定版本 n stable或者sudo n stable 3、安装最新版本的 n latest或者sudo n latest 4、安装指定版本的node n v8.16.0 5、卸
阅读全文
posted @ 2021-07-21 17:32 咏竹莉
阅读(1119)
评论(0)
推荐(0)