FlorianKuckelkorn created ZEPPELIN-3525:
-------------------------------------------
Summary: Build Error - mvn clean package
Key: ZEPPELIN-3525
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3525
Project: Zeppelin
Issue Type: Bug
Components: build
Affects Versions: 0.9.0
Environment: Ubuntu 16.04 LTS
Node: v8.9.3
npm: 5.5.1
Apache Maven 3.3.9
Reporter: FlorianKuckelkorn
Hi,
i keep getting an error in the zeppelin-web module, the moment i try to build
from source.
{code:java}
git checkout c2a4d76fca621a2417201ff96efc1efa0b74ce34
mvn clean package -Pbuild-distr{code}
produces the following output:
{code:java}
[INFO] 20:3 warning Unexpected 'this' no-invalid-this
[INFO] 36:3 warning Unexpected 'this' no-invalid-this
[INFO] 49:3 warning Unexpected 'this' no-invalid-this
[INFO] 66:3 warning Unexpected 'this' no-invalid-this
[INFO] 80:3 warning Unexpected 'this' no-invalid-this
[INFO] 94:3 warning Unexpected 'this' no-invalid-this
[INFO] 108:3 warning Unexpected 'this' no-invalid-this
[INFO] 121:3 warning Unexpected 'this' no-invalid-this
[INFO] 131:3 warning Unexpected 'this' no-invalid-this
[INFO]
[INFO] ✖ 27 problems (0 errors, 27 warnings)
[INFO]
[INFO] Running "htmlhint:src" (htmlhint) task
[INFO] >> 40 files lint free.
[INFO]
[INFO] Running "wiredep:test" (wiredep) task
[INFO] Warning: Error: Cannot find where you keep your Bower packages. Use
--force to con
tinue.
[ERROR] npm ERR! code ELIFECYCLE
[ERROR] npm ERR! errno 3
[ERROR] npm ERR! [email protected] build:dist: `npm-run-all prebuild && grunt
pre-webpac
k-dist && webpack && grunt post-webpack-dist`
[ERROR] npm ERR! Exit status 3
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the [email protected] build:dist script.
[ERROR] npm ERR! This is probably not a problem with npm. There is likely
additional logg
ing output above.
[ERROR]
[ERROR] npm ERR! A complete log of this run can be found in:
[ERROR] npm ERR! /root/.npm/_logs/2018-06-04T22_20_46_131Z-debug.log
[INFO] Zeppelin: web Application .......................... FAILURE [ 36.663 s]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)