You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2015/10/20 06:21:04 UTC

incubator-zeppelin git commit: Install node 0.10.22 to mitigate grunt issue 204

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master c642c503c -> 7dbac7c72


Install node 0.10.22 to mitigate grunt issue 204

On Mavericks ./grunt serve/watch will fail due to:
Running "watch" task
Waiting...Bus error: 10

More details:
https://github.com/gruntjs/grunt-contrib-watch/issues/204

Author: Rafal Wojdyla <ra...@spotify.com>

Closes #349 from ravwojdyla/upstream_fix_node and squashes the following commits:

b571b8d [Rafal Wojdyla] Install node 0.10.22 to mitigate grunt issue 204


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/7dbac7c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/7dbac7c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/7dbac7c7

Branch: refs/heads/master
Commit: 7dbac7c72f50e0796f53aa811a40663e2d9dfdde
Parents: c642c50
Author: Rafal Wojdyla <ra...@spotify.com>
Authored: Fri Oct 16 20:34:44 2015 -0400
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Tue Oct 20 13:20:50 2015 +0900

----------------------------------------------------------------------
 zeppelin-web/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/7dbac7c7/zeppelin-web/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml
index ac71bcd..b4c7def 100644
--- a/zeppelin-web/pom.xml
+++ b/zeppelin-web/pom.xml
@@ -96,7 +96,7 @@
               <goal>install-node-and-npm</goal>
             </goals>
             <configuration>
-              <nodeVersion>v0.10.18</nodeVersion>
+              <nodeVersion>v0.10.22</nodeVersion>
               <npmVersion>1.3.8</npmVersion>
             </configuration>
           </execution>