Bob Mottram 7 anni fa
parent
commit
1e1ed55816
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-cryptpad

+ 1
- 1
src/freedombone-app-cryptpad Vedi File

@@ -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