Przeglądaj źródła

fix jest hangs by downgrading node to 8

Daniel Zlotin 6 lat temu
rodzic
commit
6751604c9a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      scripts/env/installNode.sh

+ 1
- 1
scripts/env/installNode.sh Wyświetl plik

@@ -1,3 +1,3 @@
1 1
 #!/bin/bash -e
2 2
 
3
-nvm install stable
3
+nvm install 8