This website works better with JavaScript.
Home
Explore
Help
Sign In
npm
/
react-native-navigation
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix jest hangs by downgrading node to 8
Daniel Zlotin
7 years ago
parent
3a75753a87
commit
6751604c9a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/env/installNode.sh
+ 1
- 1
scripts/env/installNode.sh
View File
@@ -1,3 +1,3 @@
1
1
#!/bin/bash -e
2
2
3
-nvm install
stable
3
+nvm install
8