Project: zeppelin-web
Error message:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:npm (npm install) on project zeppelin-web: Failed to run task: 'npm install --color=false' failed.
Solution:
The frontend-maven-plugin version should be changed to 1.1 and the node version should be changed to 4.4.7 in the zeppelin-web/pom.xml file.
Project: zeppelin-web
Error message:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:npm (npm install) on project zeppelin-web: Failed to run task: 'npm install --color=false' failed.
Solution:
The frontend-maven-plugin version should be changed to 1.1 and the node version should be changed to 4.4.7 in the zeppelin-web/pom.xml file.