Selaa lähdekoodia

Try installing webpack without yarn

Bob Mottram 7 vuotta sitten
vanhempi
commit
26f228eb86
1 muutettua tiedostoa jossa 13 lisäystä ja 8 poistoa
  1. 13
    8
      src/freedombone-app-peertube

+ 13
- 8
src/freedombone-app-peertube Näytä tiedosto

@@ -645,16 +645,21 @@ if [ ! "\$?" = "0" ]; then
645 645
     echo $'PeerTube Failed to install yarn'
646 646
     exit 79353234
647 647
 fi
648
-yarn add -D webpack
648
+npm install --arch=$NPM_ARCH webpack --no-optional
649 649
 if [ ! "\$?" = "0" ]; then
650
-    echo $'PeerTube failed to add webpack'
651
-    exit 67342823
652
-fi
653
-yarn install --ignore-optional
654
-if [ ! "\$?" = "0" ]; then
655
-    echo $'PeerTube failed to run yarn install'
656
-    exit 63754235
650
+    echo $'PeerTube failed to install webpack'
651
+    exit 68386353
657 652
 fi
653
+#yarn add -D webpack
654
+#if [ ! "\$?" = "0" ]; then
655
+#    echo $'PeerTube failed to add webpack'
656
+#    exit 67342823
657
+#fi
658
+#yarn install --ignore-optional
659
+#if [ ! "\$?" = "0" ]; then
660
+#    echo $'PeerTube failed to run yarn install'
661
+#    exit 63754235
662
+#fi
658 663
 npm install --arch=$NPM_ARCH --no-optional
659 664
 if [ ! "\$?" = "0" ]; then
660 665
     echo $'PeerTube failed to install peertube'