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.
Environment
Ionic:
Ionic CLI : 7.2.0 (/opt/homebrew/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.4.0
@angular-devkit/build-angular : 17.3.11
@angular-devkit/schematics : 17.3.11
@angular/cli : 17.3.11
@ionic/angular-toolkit : 12.1.1
Capacitor:
Capacitor CLI : 6.1.2
@capacitor/android : not installed
@capacitor/core : 6.1.2
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v20.16.0 (/usr/local/bin/node)
npm : 10.8.1
OS : macOS Unknown
Steps to reproduce the issue.
- Start a new ionic aplication
ionic start myApp blank --capacitor --typeangular-standalone
- Move to the project directory
cd myApp
- Install it
npm i @capacitor/assets
- See the error.
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-standalonecd myAppnpm i @capacitor/assets