
Node
swinm
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm 淘宝镜像
临时使用 npm --registry https://registry.npm.taobao.org install express 直接配置 npm config set registry https://registry.npm.taobao.org 查看配置 npm config get registry 恢复 npm 配置 npm config set registry https://registry.npmjs.org 使用cnpm npm install -g cnpm --regi转载 2020-10-27 16:11:36 · 218 阅读 · 0 评论 -
npm 基础
项目根目录 npm init 安装包 npm install 包名原创 2020-09-08 01:38:16 · 139 阅读 · 0 评论