I believe the problem is fixed by https://github.com/apache/zeppelin/pull/1149. It's merged in master now. So you can try rebase/merge master to your PR and see if problem disappears.
Thanks, moon On Thu, Jul 7, 2016 at 2:57 PM Luciano Resende <[email protected]> wrote: > I am getting some issues on Travis CI while trying to build some PRs [1], > and these errors seem to be unrelated to my changes as they are complaining > about node dependency versions : > > [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 > > [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]: 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]: lodash@<3.0.0 is no longer > maintained. Upgrade to lodash@^4.0.0. > > [ERROR] npm WARN deprecated [email protected]: the module is now available > as > 'css-select' > > [ERROR] npm WARN optional dep failed, continuing [email protected] > > [ERROR] npm WARN deprecated [email protected]: the module is now available as > 'css-what' > > [ERROR] npm WARN deprecated [email protected]: Please update to minimatch > 3.0.2 or higher to avoid a RegExp DoS issue > > > Are others seeing these issues ? > > I am trying to see if I can perform some of these updates, but please let > me know if this is a know issue or if someone else already have a fix for > this. > > [1] https://travis-ci.org/apache/zeppelin/jobs/143121653 > > Thanks > > > -- > Luciano Resende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ >
