Npm、Yarn详解

Npm、Yarn详解

记录日常使用到的 npm 灬 yarn 常用命令

基本命令

查看全局安装的包

bash zsh
1
2
npm list -g --depth 0
yarn global list --depth 0

检测可以更新的包
可选择性更新

bash zsh
1
2
3
4
npm install npm-check -g
npm-check -u

yarn upgrade-interactive
阅读更多
Macos 使用问题记录以及一些简单的技巧
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×