You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
During installation with
npm install @capacitor/assets --save-dev
, the console reports this warning:npm WARN deprecated [email protected]: 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.The text was updated successfully, but these errors were encountered: