Bower 安装后缺少 bower_components 文件夹
missing bower_components folder after bower install
在一个个人项目中,我今天早上 npm install && bower install
在 svn checkout 之后运行。
所有包似乎都已下载并安装,没有错误,所有的火都是绿色的。
但安装后,bower_components
文件夹仍然丢失。
我测试了一个bower cache clean
但是没有效果。
我也更新了我的 bower 版本 # npm -g update bower
,但它没有更多效果。
有什么想法吗?
这里是 bower 安装输出:
bower exifreader#* not-cached git://github.com/mattiasw/ExifReader.git#*
bower exifreader#* resolve git://github.com/mattiasw/ExifReader.git#*
bower geolocationmarker#* not-cached git://github.com/shahariaazam/geolocationmarker.git#*
bower geolocationmarker#* resolve git://github.com/shahariaazam/geolocationmarker.git#*
bower angular#1.2.27 cached git://github.com/angular/bower-angular.git#1.2.27
bower angular#1.2.27 validate 1.2.27 against git://github.com/angular/bower-angular.git#1.2.27
bower cryptojslib#~3.1.2 cached git://github.com/sytelus/CryptoJS.git#3.1.2
bower cryptojslib#~3.1.2 validate 3.1.2 against git://github.com/sytelus/CryptoJS.git#~3.1.2
bower ngmap#0.17.0 cached git://github.com/allenhwkim/angularjs-google-maps.git#0.17.0
bower ngmap#0.17.0 validate 0.17.0 against git://github.com/allenhwkim/angularjs-google-maps.git#0.17.0
bower jquery#1.11 cached git://github.com/jquery/jquery.git#1.11.2
bower jquery#1.11 validate 1.11.2 against git://github.com/jquery/jquery.git#1.11
bower angularjs-geolocation#~0.1.1 cached git://github.com/arunisrael/angularjs-geolocation.git#0.1.1
bower angularjs-geolocation#~0.1.1 validate 0.1.1 against git://github.com/arunisrael/angularjs-geolocation.git#~0.1.1
bower ui-router#~0.2.13 cached git://github.com/angular-ui/ui-router.git#0.2.13
bower ui-router#~0.2.13 validate 0.2.13 against git://github.com/angular-ui/ui-router.git#~0.2.13
bower angular-bootstrap#~0.12.0 cached git://github.com/angular-ui/bootstrap-bower.git#0.12.0
bower angular-bootstrap#~0.12.0 validate 0.12.0 against git://github.com/angular-ui/bootstrap-bower.git#~0.12.0
bower angular-ui#~0.4.0 cached git://github.com/angular-ui/angular-ui.git#0.4.0
bower angular-ui#~0.4.0 validate 0.4.0 against git://github.com/angular-ui/angular-ui.git#~0.4.0
bower Bootflat#~2.0.4 cached git://github.com/bootflat/bootflat.github.io.git#2.0.4
bower Bootflat#~2.0.4 validate 2.0.4 against git://github.com/bootflat/bootflat.github.io.git#~2.0.4
bower flatstrap3#~3.0.3 cached git://github.com/littlesparkvt/Flatstrap-for-Bootstrap-3.git#3.0.3
bower flatstrap3#~3.0.3 validate 3.0.3 against git://github.com/littlesparkvt/Flatstrap-for-Bootstrap-3.git#~3.0.3
bower angular-animate#1.2.27 cached git://github.com/angular/bower-angular-animate.git#1.2.27
bower angular-animate#1.2.27 validate 1.2.27 against git://github.com/angular/bower-angular-animate.git#1.2.27
bower angular-bootstrap-checkbox#~0.3.1 cached git://github.com/sebastianha/angular-bootstrap-checkbox.git#0.3.1
bower angular-bootstrap-checkbox#~0.3.1 validate 0.3.1 against git://github.com/sebastianha/angular-bootstrap-checkbox.git#~0.3.1
bower angular-ui-tinymce#~0.0.5 cached git://github.com/angular-ui/ui-tinymce.git#0.0.5
bower angular-ui-tinymce#~0.0.5 validate 0.0.5 against git://github.com/angular-ui/ui-tinymce.git#~0.0.5
bower angular-ui-grid#~3.0.0-rc.16 cached git://github.com/angular-ui/bower-ui-grid.git#3.0.0-rc.16
bower angular-ui-grid#~3.0.0-rc.16 validate 3.0.0-rc.16 against git://github.com/angular-ui/bower-ui-grid.git#~3.0.0-rc.16
bower geolocationmarker#* checkout master
bower exifreader#* checkout master
bower geolocationmarker#* invalid-meta geolocationmarker is missing "ignore" entry in bower.json
bower geolocationmarker#* resolved git://github.com/shahariaazam/geolocationmarker.git#36357c8702
bower exifreader#* invalid-meta exifreader is missing "ignore" entry in bower.json
bower exifreader#* resolved git://github.com/mattiasw/ExifReader.git#84ddc9f7cf
bower bootstrap-sass#~3.0.2 ENOTFOUND Package bootstrap-sass not found
已解决。
bower 安装输出的最后一行:
bower bootstrap-sass#~3.0.2 ENOTFOUND Package bootstrap-sass not found
导致脚本退出。
删除后,它的工作。
在一个个人项目中,我今天早上 npm install && bower install
在 svn checkout 之后运行。
所有包似乎都已下载并安装,没有错误,所有的火都是绿色的。
但安装后,bower_components
文件夹仍然丢失。
我测试了一个bower cache clean
但是没有效果。
我也更新了我的 bower 版本 # npm -g update bower
,但它没有更多效果。
有什么想法吗?
这里是 bower 安装输出:
bower exifreader#* not-cached git://github.com/mattiasw/ExifReader.git#*
bower exifreader#* resolve git://github.com/mattiasw/ExifReader.git#*
bower geolocationmarker#* not-cached git://github.com/shahariaazam/geolocationmarker.git#*
bower geolocationmarker#* resolve git://github.com/shahariaazam/geolocationmarker.git#*
bower angular#1.2.27 cached git://github.com/angular/bower-angular.git#1.2.27
bower angular#1.2.27 validate 1.2.27 against git://github.com/angular/bower-angular.git#1.2.27
bower cryptojslib#~3.1.2 cached git://github.com/sytelus/CryptoJS.git#3.1.2
bower cryptojslib#~3.1.2 validate 3.1.2 against git://github.com/sytelus/CryptoJS.git#~3.1.2
bower ngmap#0.17.0 cached git://github.com/allenhwkim/angularjs-google-maps.git#0.17.0
bower ngmap#0.17.0 validate 0.17.0 against git://github.com/allenhwkim/angularjs-google-maps.git#0.17.0
bower jquery#1.11 cached git://github.com/jquery/jquery.git#1.11.2
bower jquery#1.11 validate 1.11.2 against git://github.com/jquery/jquery.git#1.11
bower angularjs-geolocation#~0.1.1 cached git://github.com/arunisrael/angularjs-geolocation.git#0.1.1
bower angularjs-geolocation#~0.1.1 validate 0.1.1 against git://github.com/arunisrael/angularjs-geolocation.git#~0.1.1
bower ui-router#~0.2.13 cached git://github.com/angular-ui/ui-router.git#0.2.13
bower ui-router#~0.2.13 validate 0.2.13 against git://github.com/angular-ui/ui-router.git#~0.2.13
bower angular-bootstrap#~0.12.0 cached git://github.com/angular-ui/bootstrap-bower.git#0.12.0
bower angular-bootstrap#~0.12.0 validate 0.12.0 against git://github.com/angular-ui/bootstrap-bower.git#~0.12.0
bower angular-ui#~0.4.0 cached git://github.com/angular-ui/angular-ui.git#0.4.0
bower angular-ui#~0.4.0 validate 0.4.0 against git://github.com/angular-ui/angular-ui.git#~0.4.0
bower Bootflat#~2.0.4 cached git://github.com/bootflat/bootflat.github.io.git#2.0.4
bower Bootflat#~2.0.4 validate 2.0.4 against git://github.com/bootflat/bootflat.github.io.git#~2.0.4
bower flatstrap3#~3.0.3 cached git://github.com/littlesparkvt/Flatstrap-for-Bootstrap-3.git#3.0.3
bower flatstrap3#~3.0.3 validate 3.0.3 against git://github.com/littlesparkvt/Flatstrap-for-Bootstrap-3.git#~3.0.3
bower angular-animate#1.2.27 cached git://github.com/angular/bower-angular-animate.git#1.2.27
bower angular-animate#1.2.27 validate 1.2.27 against git://github.com/angular/bower-angular-animate.git#1.2.27
bower angular-bootstrap-checkbox#~0.3.1 cached git://github.com/sebastianha/angular-bootstrap-checkbox.git#0.3.1
bower angular-bootstrap-checkbox#~0.3.1 validate 0.3.1 against git://github.com/sebastianha/angular-bootstrap-checkbox.git#~0.3.1
bower angular-ui-tinymce#~0.0.5 cached git://github.com/angular-ui/ui-tinymce.git#0.0.5
bower angular-ui-tinymce#~0.0.5 validate 0.0.5 against git://github.com/angular-ui/ui-tinymce.git#~0.0.5
bower angular-ui-grid#~3.0.0-rc.16 cached git://github.com/angular-ui/bower-ui-grid.git#3.0.0-rc.16
bower angular-ui-grid#~3.0.0-rc.16 validate 3.0.0-rc.16 against git://github.com/angular-ui/bower-ui-grid.git#~3.0.0-rc.16
bower geolocationmarker#* checkout master
bower exifreader#* checkout master
bower geolocationmarker#* invalid-meta geolocationmarker is missing "ignore" entry in bower.json
bower geolocationmarker#* resolved git://github.com/shahariaazam/geolocationmarker.git#36357c8702
bower exifreader#* invalid-meta exifreader is missing "ignore" entry in bower.json
bower exifreader#* resolved git://github.com/mattiasw/ExifReader.git#84ddc9f7cf
bower bootstrap-sass#~3.0.2 ENOTFOUND Package bootstrap-sass not found
已解决。
bower 安装输出的最后一行:
bower bootstrap-sass#~3.0.2 ENOTFOUND Package bootstrap-sass not found
导致脚本退出。
删除后,它的工作。