瀏覽代碼

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