Created
March 6, 2019 07:01
-
-
Save ayuLiao/5783237a209d99aa2f7f26a286c153c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 查看自己全局安装过的包 | |
-g:全局的安装包 | |
list:已安装的node包 | |
npm list -g --depth 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment