You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try npm install:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
How can I fix it?
The text was updated successfully, but these errors were encountered:
I think the problem is that osrm-frontend doesn't depend on minimatch itself, it's a dependency somewhere one or more levels down the dependency tree.
So, the fix would be to either upgrade any packages depending on this particular version of minimatch, or make those project update their dependencies.
when I try npm install:
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
How can I fix it?
The text was updated successfully, but these errors were encountered: