Skip to Content
0
Mar 01, 2019 at 09:32 AM

SAP WEB IDE Full Stack get error "npm ERR! missing script: build" when building HANA CDS

357 Views Last edit May 21, 2020 at 06:12 PM 2 rev

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.