2015-01-05 2 views
5

개인 프로젝트에서 svn 체크 아웃 후 오늘 아침에 npm install && bower install을 실행했습니다.bower 설치 후 bower_components 폴더가 누락되었습니다

모든 패키지가 오류없이 다운로드되고 설치되며 모든 화재는 녹색입니다.

그러나 설치 후 bower_components 폴더가 아직 없습니다.

나는 bower cache clean을 테스트했지만 효과가 없었습니다. 또한 내 bower 버전 # npm -g update 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 
+2

/bower_components 이외의 디렉토리로 설정된 .bowerrc 파일이 있습니까? – Ricconnect

+0

@Ricconnect 아니요 .bowerrc 파일이 없습니다. –

+1

bower 설치 로그를 게시 할 수 있습니까? –

답변

5

를 해결했다

여기에 이물이 출력을 설치한다.

정자의 마지막 행은 출력을 설치합니다

bower bootstrap-sass#~3.0.2    ENOTFOUND Package bootstrap-sass not found 

스크립트의 출구를 일으켰습니다.

제거한 후 작동 중입니다.