I got the same error with the first method.
When I tried the second one, I got the following error -
$ ./grunt build
module.js:340
throw err;
^
Error: Cannot find module
'C:\Users\atreya\Downloads\zeppelin-0.5.6-incubating\zeppelin-web\node_modules\.bin\grunt'
at Function.Modu
@atreya90, can you try building only zeppelin-web?
Try both methods inside zeppelin-web folder:
* mvn package -DskipTests
*./grunt build
On Fri, Jun 10, 2016 at 12:12 AM, atreya90
wrote:
> I tried compiling on two separate machines (windows 10 64 bit) and got the
> same error. I don't think that
I tried compiling on two separate machines (windows 10 64 bit) and got the
same error. I don't think that it is a temporary error.
--
View this message in context:
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Failure-in-building-web-package-tp3173p3221.html
Sent from
I just tried to build on osx 0.5.6, and i didn't see the error.
siddharth.atreya, could you confirm if it is temporary error or not?
Luciano, i ran your branch on my travis account and i got different errors.
Here's link[1].
But if npm error occurs too often, we maybe can try chance some configs
This seems to be happening in multiple areas, and starting to be more
frequent... I am having the same issue in my scala-2.11 PR...
Someone that is more familiar with the npm installation/integration should
take a look at this...
On Fri, Jun 3, 2016 at 8:57 AM, atreya90 wrote:
> I am facing the