Fix missing react-native-cli tools for build #128

Merged
akinwale merged 8 commits from fix-build into master 2018-05-15 19:59:05 +02:00
Showing only changes of commit a64807ab16 - Show all commits

View file

@ -20,7 +20,7 @@ install:
- cd app
- npm config set registry="http://registry.npmjs.org/"
- npm install
- sudo /usr/bin/npm install -g react-native-cli
- sudo ~/node-v8.11.1-linux-x64/bin/npm install -g react-native-cli
- cd ..
- cd buildozer
- sudo python setup.py install