This website works better with JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
npm
/
react-native-navigation
Seguir
11
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Explorar el Código
fix jest hangs by downgrading node to 8
Daniel Zlotin
hace 7 años
padre
3a75753a87
commit
6751604c9a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
scripts/env/installNode.sh
+ 1
- 1
scripts/env/installNode.sh
Ver fichero
@@ -1,3 +1,3 @@
1
1
#!/bin/bash -e
2
2
3
-nvm install
stable
3
+nvm install
8