After running ‘sudo npm install’ and ‘grunt build’ I got the following warning/error message:
Running "wiredep:app" (wiredep) task Warning: Error: Cannot find where you keep your Bower packages. Use --force to continue. Aborted due to warnings. From: Alexander Bezzubov <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, February 25, 2015 at 7:24 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: Problems with web proxy Hi Frank, mvn build in zeppelin-web calls 'npm install' && 'grunt build' underneath, could you try doing those manually (with 'rm -rf node_modules') and posting npm-debug.log\output in case it is still failing? Just to clarify your setup: you need to build Zeppelin on a machine with internet available only behind proxy? On Thu, Feb 26, 2015 at 5:23 AM, <[email protected]<mailto:[email protected]>> wrote: Sorry, I forgot to change the subject line. Hopefully this one is more descriptive. Frank Hi, I’m having problems building Zeppelin because of the web proxy. It fails while building the web Application: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.20:npm (npm install) on project zeppelin-web: Failed to run task: 'npm install --color=false --proxy=http://NA:NA@<webproxy>:80<http://NA:[email protected]:80>' It seems like I need to set user name and password for the web proxy, but those are actually not required. I tried out setting the web proxy (without the user name and password) with npm, but no success. Any help would be highly appreciated, Thanks, Frank
