build/build.sh
changeset 367 e0fb97c1e9c6
parent 346 4cd0f8c936ed
child 368 5f79f31ca9a2
--- 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"