摘要: npm install [package_name --registry=指定地址] //指定地址安装 npm install ${path}/to/somedir //本地路径安装 npm install //默认仓库地址安装 npm install -g [package_name] [vers 阅读全文
posted @ 2021-03-11 15:51 博客园197 阅读(1699) 评论(0) 推荐(0)
摘要: 下载 nrm:npm install -g nrm 查看可切换的镜像源: nrm ls (*表示正在使用的镜像源 * npm https://registry.npmjs.org/ yarn https://registry.yarnpkg.com/ cnpm http://r.cnpmjs.org 阅读全文
posted @ 2021-03-11 14:04 博客园197 阅读(123) 评论(0) 推荐(0)
摘要: 重启子系统服务 net stop LxssManager net start LxssManager 阅读全文
posted @ 2021-03-11 10:52 博客园197 阅读(69) 评论(0) 推荐(0)