npm still being weird

This commit is contained in:
Akinwale Ariwodola 2018-05-09 12:31:36 +01:00
parent 4329f621ac
commit e0ca8c3f1c

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
- npm install
- cd ..
- cd buildozer
- sudo python setup.py install