hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
24 stars 9 forks source link

GUI build fails in 1.0.13 #190

Closed smirnp closed 6 years ago

smirnp commented 6 years ago

I'm trying to build GUI under the 1.0.13 and get the following error, however it builds under the 1.0.14 and 1.0.12:

~/Projects/hobbit-platform_1.0.13/hobbit-gui/gui-client$ sudo npm run build-prod

> hobbit-gui@2.0.0 build-prod /home/vagrant/Projects/hobbit-platform_1.0.13/hobbit-gui/gui-client
> ng build --prod

sh: 1: ng: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! hobbit-gui@2.0.0 build-prod: `ng build --prod`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the hobbit-gui@2.0.0 build-prod script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/vagrant/.npm/_logs/2018-01-08T13_59_40_651Z-debug.log

May it be because of bootstrap downgrade done in #187 ?

smirnp commented 6 years ago

Yes, that is because downgrade...