Github user naveenkumargp commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix we forked the your banzai cloud zeppelin code from uri https://github.com/banzaicloud/zeppelin/tree/spark-interpreter-k8s and tried building while building we are getting the following issue. npm ERR! Linux 3.10.0-327.28.2.el7.x86_64 npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "build:dist" "--https-proxy=http://87.254.212.120:8080" "--proxy=http://87.254.212.120:8080" "-verbose" npm ERR! node v6.9.4 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! zeppelin-web@0.0.0 build:dist: `npm-run-all prebuild && grunt pre-webpack-dist && webpack && grunt post-webpack-dist` npm ERR! Exit status 3 npm ERR! npm ERR! Failed at the zeppelin-web@0.0.0 build:dist script 'npm-run-all prebuild && grunt pre-webpack-dist && webpack && grunt post-webpack-dist'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the zeppelin-web package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm-run-all prebuild && grunt pre-webpack-dist && webpack && grunt post-webpack-dist npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs zeppelin-web npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls zeppelin-web npm ERR! There is likely additional logging output above. npm verb exit [ 1, true ] npm verb stack Error: Unknown system error -122: Unknown system error -122, open 'npm-debug.log.1139106934' npm verb stack at Error (native) npm verb cwd /u/npanchap/banzaizeppelin/zeppelin/zeppelin-web npm ERR! Linux 3.10.0-327.28.2.el7.x86_64 npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "build:dist" "--https-proxy=http://87.254.212.120:8080" "--proxy=http://87.254.212.120:8080" "-verbose" npm ERR! node v6.9.4 npm ERR! npm v3.10.10 npm ERR! path npm-debug.log.1139106934 npm ERR! code Unknown system error -122 npm ERR! errno -122 npm ERR! syscall open npm ERR! Unknown system error -122: Unknown system error -122, open 'npm-debug.log.1139106934' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm verb exit [ -122, true ] npm ERR! Please include the following file with any support request: npm ERR! /u/npanchap/banzaizeppelin/zeppelin/zeppelin-web/npm-debug.log
---