npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

后端 未结 6 1152
余生分开走
余生分开走 2020-12-15 16:59

I\'m getting below warning while installing cordova. How I can resolve it?

Please see the image to know what happened when i ran below commands :

np

6条回答
  •  春和景丽
    2020-12-15 17:44

    This is what I did:

    $ npm install -g minimatch
    

    After this everything installed with no error messages.

提交回复
热议问题