CORNEAU Damien created ZEPPELIN-1016:
----------------------------------------
Summary: Remove Zeppelin-web deprecated dependencies warnings
Key: ZEPPELIN-1016
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1016
Project: Zeppelin
Issue Type: Improvement
Reporter: CORNEAU Damien
Priority: Minor
When building zeppelin-web from clean repo, we have a few warnings shown as
[ERROR] from some dependencies.
You can see those if you build inside zeppelin-web directory using `mvn clean
package -DskipTests`:
```
[ERROR] npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer
maintained. Upgrade to lodash@^4.0.0.
[ERROR] npm WARN deprecated [email protected]: 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 [email protected]: 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 [email protected]: 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 [email protected]: the module is now available as
'css-select'
[ERROR] npm WARN deprecated [email protected]: the module is now available as
'css-what'
```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)