ionic framework - npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 -
$ npm update minimatch@3.0.2 $ npm update -d npm info worked if ends ok npm info using npm@2.11.3 npm info using node@v0.12.7 npm info attempt registry request try #1 @ 5:33:55 pm npm http request https://registry.npmjs.org/jshint npm http 200 https://registry.npmjs.org/jshint npm info ok $ npm install jshint npm warn deprecated minimatch@2.0.10: please update minimatch 3.0.2 or higher avoid regexp dos issue npm warn deprecated minimatch@0.3.0: please update minimatch 3.0.2 or higher avoid regexp dos issue jshint@2.9.2 node_modules\jshint ├── strip-json-comments@1.0.4 ├── exit@0.1.2 ├── shelljs@0.3.0 ├── console-browserify@1.1.0 (date-now@0.1.4) ├── lodash@3.7.0 ├── minimatch@2.0.10 (brace-expansion@1.1.5) ├── htmlparser2@3.8.3 (domelementtype@1.3.0, entities@1.0.0, domhandler@2.3.0, d omutils@1.5.1, readable-stream@1.1.14) └── cli@0.6.6 (glob@3.2.11)
npm install -g minimatch@3.0.2
try this....should work
Comments
Post a Comment