Created
January 27, 2014 15:47
-
-
Save JingwenTian/8650899 to your computer and use it in GitHub Desktop.
bower install jquery
This file contains 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
root@jing:/home/wwwroot# bower install jquery | |
#在root执行时会提示: Cannot be run with sudo, 强制执行: You can however run a command with sudo using --allow-root option | |
root@jing:/home/wwwroot# bower install jquery --allow-root | |
bower not-cached git://github.com/components/jquery.git#* | |
bower resolve git://github.com/components/jquery.git#* | |
bower download https://github.com/components/jquery/archive/2.1.0.tar.gz | |
bower extract jquery#* archive.tar.gz | |
bower resolved git://github.com/components/jquery.git#2.1.0 | |
bower install jquery#2.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment