vime
vime copied to clipboard
Could not resolve dependency: npm ERR! peer @angular/common@"^11.0.4" from @vime/[email protected]
Unable to install vime with angular 14
Here is the terminal output
C:\Users\dsourav\Documents\Office\Projects\New folder\media-viewer>npm i @vime/angular
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^14.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^11.0.4" from @vime/[email protected]
npm ERR! node_modules/@vime/angular
npm ERR! @vime/angular@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\dsourav\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dsourav\AppData\Local\npm-cache\_logs\2022-08-26T07_01_04_504Z-debug-0.log
I'm currently having problems with angular 14. But for me i installed vime with --force option. But still i can't import the VimeModule, it's not recognized as an ng module. I get: "'VimeModule' does not appear to be an NgModule class.(-996002)"
I feel like there's only a few packages compatible with angular 14 :(
I have the same problem. The --legacy-peer-deps
option on install works for me, but I would prefer to have a version that is compatible with angular 14.
hello, are the plans for supporting angular 15 ?
thank you