nodejs

作者:追风剑情 发布于:2022-11-15 16:10 分类:其他

使用国内镜像源

设置国内镜像
npm config set registry https://registry.npm.taobao.org

默认源
npm config set registry https://registry.npmjs.org

临时使用国内镜像源
npm --registry https://registry.npm.taobao.org install XXX(模块名)

使用cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install XXX(模块名)

使用nrm
npm install -g nrm
nrm use taobao
nrm ls # 查看当前可用源命令

11111.png
可用的镜像源
npm ---------- https://registry.npmjs.org/
yarn --------- https://registry.yarnpkg.com/
tencent ------ https://mirrors.cloud.tencent.com/npm/
cnpm --------- https://r.cnpmjs.org/
taobao ------- https://registry.npmmirror.com/
npmMirror ---- https://skimdb.npmjs.com/registry/

更多参考

查看当前node.js版本对es6的支持程度
node.js操作Excel
流媒体服务器(node-dss)
流媒体服务器(node-media-server)

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号