-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58105/
-----------------------------------------------------------

Review request for Ambari, Aleksandr Kovalenko, Miklos Gergely, and Robert 
Nettleton.


Bugs: AMBARI-20644
    https://issues.apache.org/jira/browse/AMBARI-20644


Repository: ambari


Description
-------

Currently we have some build errors with npm:
[ERROR] npm WARN package.json [email protected] No repository field.
[ERROR] npm WARN package.json [email protected] No README data
[ERROR] npm WARN package.json [email protected] license should be a 
valid SPDX license expression
[ERROR] npm WARN deprecated [email protected]: Please use gulp-clean-css
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: Use uuid module instead
[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]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue

Most of them can be fixed, by editing package.json properly (I skiped the 
nested dependencies as grunt use some of them), so the result will be after 
this patch:

[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[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]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue


Diffs
-----

  ambari-logsearch/ambari-logsearch-web/package.json 9dad560 


Diff: https://reviews.apache.org/r/58105/diff/1/


Testing
-------

done.


Thanks,

Oliver Szabo

Reply via email to