We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db001f commit b15e08fCopy full SHA for b15e08f
modules/npm.sh
@@ -37,7 +37,8 @@ alias nii='npm install --registry=https://registry.npmjs.org'
37
alias ni7='npm install --registry=https://repos.saybot.net/repository/alo7npm/'
38
alias ni-g='npm install -g'
39
alias ni-g2='npm install --location=global'
40
-alias ni-ug='npm uninstall --location=global'
+alias ni-ug='npm uninstall -g'
41
+alias ni-ug2='npm uninstall --location=global'
42
alias ni-d='npm install --save-dev'
43
alias ni-s='npm install --save'
44
alias ni-n='npm install --no-save'
@@ -82,5 +83,5 @@ alias spj='sort-package-json'
82
83
84
# sync current pkg to taobao registry
85
tbsn() {
- cnpm sync "$(npm pkg get name | sed 's/\"//g')"
86
+ cnpm sync "$(npm pkg get name | sed 's/\"//g')"
87
}
0 commit comments