Reputation: 1
I'm encountering an issue while trying to install the @kolkov/angular-editor
or (any editor) package using npm. Whenever I run npm install @kolkov/angular-editor --save
, I receive an error message with code ERESOLVE. The error seems to be related to resolving dependencies for another package, [email protected]
, which requires @angular/[email protected]
. However, my project is using @angular/[email protected]
along with @angular/[email protected]
and @angular/[email protected]
, all of which are specified in the package.json
file. Despite this, npm is unable to resolve the dependencies properly. Could someone please provide guidance on how to resolve this issue? Any help would be greatly appreciated. Thank you!( i cant upgrade version because i work with team)
I attempted to install the @kolkov/angular-editor
package using npm, expecting it to be installed successfully. However, I encountered an ERESOLVE issue related to the ngx-cookie-service
dependency.
I also tried forcing installation ngx-quill
last version
Upvotes: 0
Views: 103