ionic-cli
ionic-cli copied to clipboard
@ionic/cli uses deprecated version of [email protected]
When installing the latest @ionic/cli there is a below warning: npm WARN deprecated [email protected]: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
Here is the related issue https://github.com/ionic-team/ionic-cli/issues/4782
+1
In my case : node v18.12.1 npm v8.19.2
$ npm install -g @ionic/cli
npm WARN deprecated [email protected]: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated [email protected]: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
@jcesarmobile, you are using a version of superagent that is 2.5 years old. Please update it.