网站更新内容:请访问: https://bigdata.ministep.cn/

Yarn和npm命令对比

Yarn和npm命令对比

npm install === yarn 
npm install taco --save === yarn add taco
npm uninstall taco --save === yarn remove taco
npm install taco --save-dev === yarn add taco --dev
npm update --save === yarn upgrade

参考

npm和yarn的区别,我们该如何选择? - 知乎

posted @ 2021-02-19 18:28  ministep88  阅读(31)  评论(0编辑  收藏  举报
网站更新内容:请访问:https://bigdata.ministep.cn/