I'm following the guid:
https://developers.sap.com/tutorials/cp-apm-01-create-business-service.html
to just build a "Hello World" SAP Cloud Platform Business Applications in Web IDE full stack. However, I always encounter the error when I try to build my simple CDS view:
npm install
added 3 packages from 5 contributors in 0.482s
npm run build
npm ERR! missing script: build
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vcap/app/META-INF/cache/8.9.1/.npm/_logs/2019-03-01T09_24_53_007Z-debug.log
Can someone help here? Thanks very much.