淘宝镜像

作者: Guyere | 来源:发表于2019-11-26 16:16 被阅读0次

如有问题,欢迎评论区交流 or 微信:guyere4869

nodejs是运行在服务器端的javascript  单线程队列  异步回调

设置淘宝镜像

npm config set registry https://registry.npm.taobao.org

配置后可通过下面方式来验证是否成功

npm config set registry https://registry.npmjs.org

还原

npm config set registry https://registry.npmjs.org

node-sass改镜像源

npm set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

相关文章

网友评论

    本文标题:淘宝镜像

    本文链接:https://www.haomeiwen.com/subject/cjxyyctx.html