Last active
June 1, 2017 02:28
-
-
Save xgz123/2f6e86e64f717d18b78d04a44acceadd 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
npm info jquery | |
npm info jquery version | |
nano ~/.npmrc //打开配置文件 | |
registry =https://registry.npm.taobao.org //写入配置文件 | |
# "root" does not have permission to access the dev dir | |
npm install --unsafe-perm --verbose -g <package-name> | |
# -g | |
npm i -g webpack gulp stylus vue-cli browser-sync eslint lighthouse prepack rollup typescript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment