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! > > > > > > > > > >
