소스 검색

bower version

Bob Mottram 7 년 전
부모
커밋
1e1ed55816
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-cryptpad

+ 1
- 1
src/freedombone-app-cryptpad 파일 보기

@@ -454,7 +454,7 @@ function install_cryptpad {
454 454
     cd $CRYPTPAD_DIR
455 455
 
456 456
     npm install
457
-    npm install -g bower
457
+    npm install -g bower@1.8.0
458 458
     bower install
459 459
     cp config.example.js config.js
460 460
     if [ ! -f config.js ]; then