Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formidable@1.2.6 deprecated!! #594

Open
frgonzalezb opened this issue Mar 5, 2024 · 2 comments
Open

formidable@1.2.6 deprecated!! #594

frgonzalezb opened this issue Mar 5, 2024 · 2 comments

Comments

@frgonzalezb
Copy link

frgonzalezb commented Mar 5, 2024

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.

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.

@volkseya
Copy link

volkseya commented Mar 9, 2024

If anyone wants to use it now while waiting for them to update the package, I tried adding a resolution in package.json and the installation works fine.

  "resolutions": {
    "formidable": "^3.0.0"
  }

I hope this helps!

@ptmkenny
Copy link

Formidable is required in this module because trapeze needs it, which depends on mergexml.

So this is a mergexml issue, open issue here. Incidentally it seems mergexml only uses formidable as a dev dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants