I don't see any errors in the npm install command. Can you run: sudo npm install --color=false
In the zeppelin-web and paste the full stack? On Jan 13, 2015 11:14 AM, "Su She" <[email protected]> wrote: > Thanks Corneau. > > 1) I downloaded npm according to this website: > > 2) I tried the "sudo npm install" command again and saw this: > > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] 'repositories' (plural) Not > supported. Please pick one as the 'repository' field > npm WARN cannot run in wd [email protected] > ./node_modules/bower/bin/bower > --allow-root install (wd=/home/ec2-user/zeppelin-0.4.0/git/zeppelin-web) > > 3) I tried "mvn clean package" again and I got the same error as > before: [ERROR] > Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm > (npm install) on project zeppelin-web: Failed to run task: 'npm install > --color=false' failed. (error code 1) -> [Help 1] > > Thanks for the troubleshooting help, and I appreciate any additional > troubleshooting tips. Thanks! > > > > On Mon, Jan 12, 2015 at 5:46 PM, Corneau Damien <[email protected]> > wrote: > > > Npm is Nodejs, and we use it to install dependencies on the web part. > > > > Depending on which OS, there will be different ways of installing it. You > > should check online or on Nodejs website how to install it for your OS > > On Jan 13, 2015 10:41 AM, "Su She" <[email protected]> wrote: > > > > > Thanks Corneau for the tip. I went inside the zeppelin-web folder and > > typed > > > in "sudo npm install" , however npm command was not found. Any tips on > > how > > > to solve this? Which folder is it under inside the zeppelin-web > > directory? > > > > > > Thanks! > > > > > > Suhas Shekar > > > > > > University of California, Los Angeles > > > B.A. Economics, Specialization in Computing 2014 > > > > > > On Mon, Jan 12, 2015 at 5:33 PM, Corneau Damien <[email protected]> > > > wrote: > > > > > > > Hi, > > > > > > > > I think there was a similar issue yesterday, so we need to look at > that > > > > problem more closely. > > > > Try to go inside of zeppelin-web folder and launch the npm install > > > > yourself: *sudo npm install* > > > > Once it is done, try to run *mvn clean package* again in zeppelin > main > > > > folder > > > > > > > > On Tue, Jan 13, 2015 at 10:29 AM, Su She <[email protected]> > > wrote: > > > > > > > > > Quick followup, > > > > > > > > > > I was able to download the file, I cloned the repository and tried > to > > > > "mvn > > > > > clean package". However, I got this error: > > > > > > > > > > [ERROR] Failed to execute goal > > > > > com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) > on > > > > > project zeppelin-web: Failed to run task: 'npm install > --color=false' > > > > > failed. (error code 1) -> [Help 1] > > > > > > > > > > It successfully got through all the steps and failed at Zeppelin: > web > > > > > Application. > > > > > > > > > > Any troubleshooting tips are greatly appreciated. Thanks! > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jan 12, 2015 at 1:51 PM, Su She <[email protected]> > > wrote: > > > > > > > > > > > Hello All, > > > > > > > > > > > > Very excited about using Zeppelin! Couple questions: > > > > > > > > > > > > 1) Is there any documentation for installing Zeppelin. I've been > > > trying > > > > > to > > > > > > : > > > > > > > > > > > > wget > > > > > > > > > > > > > > > > > > > > > https://github.com/NFLabs/zeppelin/releases/download/release-0.4.0/zeppelin-0.4.0_spark-1.1.0_hadoop-2.4.tar.gz > > > > > > > > > > > > but, I keep getting errors saying the URL isn't valid. > > > > > > > > > > > > 2) I saw that there is a user list, but I don't see it here: > > > > > > > > > > > > http://mail-archives.apache.org/mod_mbox/ > > > > > > > > > > > > I only see dev and commits. Please let me know where the most > > > > appropriate > > > > > > place to submit questions. > > > > > > > > > > > > Thank you for the help! > > > > > > > > > > > > > > > > > > > > >
