updated npm install command

This commit is contained in:
Akinwale Ariwodola 2018-05-09 12:24:21 +01:00
parent 73ee6ab4e6
commit 4329f621ac

View file

@ -15,7 +15,7 @@ install:
- git clone https://github.com/akinwale/buildozer.git
- cd app
- npm config set registry="http://registry.npmjs.org/"
- npm install --silent --save react@16.2.0 react-native@0.52.0 react-native-video@2.0.0
- npm install --silent
- cd ..
- cd buildozer
- sudo python setup.py install