--- a/build/build.sh Tue Oct 18 18:11:23 2016 +0200
+++ b/build/build.sh Tue Oct 18 18:42:13 2016 +0200
@@ -20,7 +20,7 @@
echoblue "---> preparing bo client"
pushd ../server/bo_client
- npm install
+ /usr/local/bin/npm install
./node_modules/.bin/bower install
popd
echoblue "---> preparing bo client done"
@@ -28,14 +28,14 @@
echoblue "---> preparing back"
pushd ../server/src
php composer.phar install
- npm install
+ /usr/local/bin/npm install
./node_modules/.bin/bower install
popd
echoblue "---> preparing back done"
echoblue "---> preparing app-client"
pushd ../cms/app-client
- npm install
+ /usr/local/bin/npm install
./node_modules/.bin/bower install
popd
echoblue "---> preparing app-client done"