Bower 安装命令错误
Bower install command errors
您好,我无法使用 bower install 命令,它总是尝试解析 ngTour,但我不知道发生了什么!
这是我的 CMD 输出的屏幕截图。
环境
OS:Win 10 专业版
npm: 2.11.3
凉亭:1.7.7
Url 对于 repo 是 https://github.com/hanselsen/ngTour.git
而不是 https://github.com/hanselsen/ngTour-ng-route.git
所以在你的 bower.json
上改变它:bower install 'https://github.com/hanselsen/ngTour.git'
。您之前可能想将其从该文件中删除。
您好,我无法使用 bower install 命令,它总是尝试解析 ngTour,但我不知道发生了什么! 这是我的 CMD 输出的屏幕截图。
环境
OS:Win 10 专业版
npm: 2.11.3
凉亭:1.7.7
Url 对于 repo 是 https://github.com/hanselsen/ngTour.git
而不是 https://github.com/hanselsen/ngTour-ng-route.git
所以在你的 bower.json
上改变它:bower install 'https://github.com/hanselsen/ngTour.git'
。您之前可能想将其从该文件中删除。