博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用cnpm(淘宝npm镜像)
阅读量:5012 次
发布时间:2019-06-12

本文共 459 字,大约阅读时间需要 1 分钟。

推荐的镜像使用方法:

编辑文件 .npmrc 加入下面内容

registry = https://registry.npm.taobao.org

windows下的 .npmrc 文件位置:

//  Windows用户文件夹根目录底下的,以我的为例是:C:\Users\Administrator

安装时的命令依然使用:

// npm install yournamenpm install gulp

 

最终发现cnpm其实是这么用的

npm install -g cnpm --registry=http://r.cnpmjs.org
npm install yourname --registry=http://r.cnpmjs.org --disturl=http://dist.cnpmjs.org

 

 

参考:

https://cnodejs.org/topic/4f9904f9407edba21468f31e

转载于:https://www.cnblogs.com/gallenhu/p/4588691.html

你可能感兴趣的文章
第二百三十一节,Bootstrap 介绍
查看>>
vi/vim 三种模式的操作
查看>>
JAVA面向对象三大特性总结
查看>>
guid
查看>>
Python中出现“TabError: inconsistent use of tabs and spaces in indentation”问题的解决
查看>>
ajax请求
查看>>
js学习总结----DOM增删改和应用
查看>>
希尔伯特矩阵(Hilbert matrix)
查看>>
(20)sopel算法
查看>>
学习总结 javascript 闭包
查看>>
实验吧一个小坑注入
查看>>
【 D3.js 高级系列 — 8.0 】 打标
查看>>
Mac必备软件推荐
查看>>
Android Gson深入分析
查看>>
display:flow-root
查看>>
判读字符串是否为空的全局宏-分享
查看>>
iOS中Block的基础用法
查看>>
mac 终端 使用ftp命令
查看>>
22-reverseString-Leetcode
查看>>
Centos 开机自动联网
查看>>