Skip to Content
0
Apr 04, 2018 at 07:46 AM

SAP WEB IDE Full Stack Build Error

4288 Views Last edit May 24, 2020 at 11:07 AM 2 rev

Getting Errors while building an App in WEB IDE Full Stack which was working fine till yesterday.

Error 1

(DIBuild) npm ERR! path /mnt/npm_cache/_locks
npm ERR! code ENOSPC
npm ERR! errno -28
npm ERR! syscall mkdir
npm ERR! nospc ENOSPC: no space left on device, mkdir '/mnt/npm_cache/_locks'
npm ERR! nospc There appears to be insufficient space on your system to finish.
npm ERR! nospc Clear up some disk space and try again.
[INFO] Build finished in 10 seconds

Error 2

DIBuild) grunt-cli: The grunt command line interface (v1.2.0)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt.

I tried re-cloning the GIT Repository and adding an addition line in package.json file but still the build is failing.