Przeglądaj źródła

Missing command

Bob Mottram 7 lat temu
rodzic
commit
161ca39a89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Wyświetl plik

778
         exit 45465774
778
         exit 45465774
779
     fi
779
     fi
780
     alias npm-exec='PATH=$(npm bin):$PATH'
780
     alias npm-exec='PATH=$(npm bin):$PATH'
781
-    npm-exec install node@9.5.0
781
+    npm-exec npm install node@9.5.0
782
     if [ ! "$?" = "0" ]; then
782
     if [ ! "$?" = "0" ]; then
783
         echo $'Failed to install local nodejs version 9.5.0'
783
         echo $'Failed to install local nodejs version 9.5.0'
784
         exit 54875459
784
         exit 54875459