
yarn/npm
汉武大帝·
我是攻城狮
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm 安装yarn
一句命令搞定npm install -g yarn --registry=https://registry.npm.taobao.org再配置下源yarn config set registry https://registry.npm.taobao.org -gyarn config set sass_binary_site http://cdn.npm.taobao.org...原创 2020-02-10 10:21:24 · 651 阅读 · 0 评论 -
yarn 和 npm 命令的一些对比
yarn 和 npm 的对比 npm yarn 注释 npm init yarn init 初始化某个项目 npm install / link yarn install / link 默认的安装全部依赖 npm install taco --save yarn add taco 安装某个依赖,并且保存到package.jso...原创 2019-07-25 23:16:09 · 1039 阅读 · 0 评论