Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2016 @1ambda I Just tried this patch, I and it worked for me, do you want to try it out ? ``` --- zeppelin-web/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index f67b4d0..56efe32 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -41,6 +41,7 @@ <node.version>v6.9.1</node.version> <yarn.version>v0.18.1</yarn.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <npm.version>4.2.0</npm.version> <!--plugin versions--> <plugin.frontned.version>1.3</plugin.frontned.version> @@ -112,10 +113,12 @@ <id>install node and yarn</id> <goals> <goal>install-node-and-yarn</goal> + <goal>install-node-and-npm</goal> </goals> <configuration> <nodeVersion>${node.version}</nodeVersion> <yarnVersion>${yarn.version}</yarnVersion> + <npmVersion>${npm.version}</npmVersion> </configuration> </execution> -- 2.10.1 (Apple Git-78) ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---