I have this problem during installation of ionic cordova:
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
Please anyone helpme
I have this problem during installation of ionic cordova:
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
Please anyone helpme
this is an npm error related to versioning. upgrade your minimatch to the latest version and the error will likely go away.
I fixed this error by deinstalling nodejs v4.x (64-bit) and installing the latest nodejs v6.3.0 (32-bit). after that i installed cordova with 'npm install -g cordova' I use a windows machine. I hope this helps anyone :-)
Before that i deleted all my node_modules npm and npm-cache folders in my home directory and appdata -> roaming directory
I was able to fix the error by re-installing node as suggested by Erdendi Lesmana. So now minimatch version is updated
but I still cannot install cordova
can someone help please.
Here, I worked in redux-Saga and try to install npm in my directory. At that time I found this error. I have solved this error by below command,
Run this command in cmd:
if your node js running in v 4.xx,
Hope this helps :D
You need to update your minimatch version Follow these steps:
Run this command to update minimatch
Run this command to check minimatch version
If the version is still old one Run this command
Check your version again