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
I have installed "@capacitor/assets": "^3.0.5" from my ionic project, but after the installation I got the following warnings
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
npm warn deprecated
npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
npm warn deprecated @xmldom/xmldom@0.7.13: this version is no longer supported, please update to at least 0.8.*
npm warn deprecated @xmldom/xmldom@0.7.13: this version is no longer supported, please update to at least 0.8.*
and the high severity vulnerabilities message
3 high severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
I have installed "@capacitor/assets": "^3.0.5" from my ionic project, but after the installation I got the following warnings
and the high severity vulnerabilities message
Environment
Steps to reproduce the issue.
ionic start myApp blank --capacitor --typeangular-standalone
cd myApp
npm i @capacitor/assets
The text was updated successfully, but these errors were encountered: