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
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@"~13.3.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"10.2.5" from @splitsoftware/[email protected]
npm ERR! node_modules/@splitsoftware/splitio-angular
npm ERR! @splitsoftware/splitio-angular@"0.4.0" 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.
I guess I would have to go through creating custom service by using the package @splitsoftware/splitio-browserjs which most of the blogs on website refers in the Angular related tutorials. Even the example app code on GitHub is not using this plugin 🤣
Running the following:
npm i @splitsoftware/splitio-angular
npm install --save @splitsoftware/[email protected]
(as suggested in your docs)produces a 404 error.
Is this a known issue?
The text was updated successfully, but these errors were encountered: