ionic-team / ionic-team/capacitor-assets
formidable@1.2.6 deprecated!!
Open
- Dominant language
- TypeScript
- Stars
- 583
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
During installation with `npm install @capacitor/assets --save-dev`, the console reports this warning:
`npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau `
The link from the console leads [here](https://github.com/node-formidable/formidable/blob/master/VERSION_NOTES.md).
In short: version 1 is deprecated, version 2 is about to be deprecated and version 3 is the stable one.
As in many cases, `npm audit fix` do nothing, so please update that package to its lastest version.
Contributor guide
Assessment
This issue has not been assessed yet.