npm WARN deprecated

Asked

Viewed 1,311 times

0

I tried to find solution on the net about this error and the ones I found did not work.

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

1 answer

2


You should update the package version in your package.json. But sometimes there are cases where a package you are using is using an outdated package. Anyway try to update all the packages you use. If it is a weaver package, fix and open a pull-request =)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.