
npm
Say Bay To The Bugs
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm 安装yarn 并下载地址配置为淘宝镜像
配置代码 npm config set registry https://registry.npm.taobao.org 恢复原配置代码 npm config set registry https://registry.npmjs.org 查看配置是否成功 npm config get registry npm info express 安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org原创 2020-06-20 14:21:15 · 614 阅读 · 0 评论 -
安装使用cnpm
首先需要有npm,只需要安装node.js即可,node中内置了npm,安装之后可以使用npm install cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org原创 2019-12-04 13:17:57 · 235 阅读 · 0 评论