Re: Zeppelin build failed with npm error

2015-07-09 Thread Illu Ying
cd zeppelin-web npm install On Wed, Jul 8, 2015 at 2:57 PM, Vadla, Karthik wrote: > Hello All, > > > > Suddenly I’m getting this error. > > *Failed to execute goal > com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on > project zeppelin-web: Failed to run task: 'npm install

RE: Zeppelin build failed with npm error

2015-07-09 Thread Vadla, Karthik
all" "bower" "-g" 32 error cwd /usr/local/new-zeppelin/incubator-zeppelin-master 33 error node -v v0.10.36 34 error npm -v 1.3.6 35 error code ECONNRESET 36 verbose exit [ 1, true ] Appreciate your help. Thanks Karthik From: Corneau Damien [mailto:cornead...@gmail.com] Sent: Wed

Re: Zeppelin build failed with npm error

2015-07-08 Thread Corneau Damien
Hi, Sometimes npm have some problems, so you might want to try it again a bit later. Also we changed Zeppelin-web architecture not long time ago, so you might want to try building with a clean source code (no old version source code files) and have your bower cache cleaned (bower cache clean). To

Zeppelin build failed with npm error

2015-07-08 Thread Vadla, Karthik
Hello All, Suddenly I'm getting this error. Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on project zeppelin-web: Failed to run task: 'npm install --color=false --proxy=http://proxy:8080' failed. (error code 1) I have already installed nodejs and npm