Alexander Bezzubov created ZEPPELIN-1126: --------------------------------------------
Summary: Font-end: `[ERROR] npm WARN` during the build Key: ZEPPELIN-1126 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1126 Project: Zeppelin Issue Type: Improvement Components: nt-end Affects Versions: 0.6.0 Reporter: Alexander Bezzubov RIght now, during the maven build of the frontend webapp in console one can see warnings about obsolete dependencies versions: I.e [here|https://s3.amazonaws.com/archive.travis-ci.org/jobs/142696540/log.txt] {code} [INFO] --- frontend-maven-plugin:0.0.25:npm (npm install) @ zeppelin-web --- [INFO] Running 'npm install --color=false' in /home/travis/build/apache/zeppelin/zeppelin-web [ERROR] npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue [ERROR] npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue [ERROR] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue [ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0. [ERROR] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. [ERROR] npm WARN deprecated CSSselect@0.7.0: the module is now available as 'css-select' [ERROR] npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what' [ERROR] npm WARN optional dep failed, continuing fsevents@1.0.12 [INFO] {code} This issue is about updating dependency versions to remove those warnings. -- This message was sent by Atlassian JIRA (v6.3.4#6332)