-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve dependency #32
Comments
Hello, I define the major NativeScript version in peer-dependencies to avoid breaking changes when a new major NativeScript version is released. You probably removed or bump version of the "nativescript/[email protected]" package in dependencies. Right? I will fixed that in few days, sorry for the inconvenience. |
Hi,
I was trying to install or remove some latest nativescript plugins eg.
mlkit and firebase but it was throwing errors about core 7 in dependencies.
I think those plugins require to use at least core 8+.
Thank you for your help.
…On Thu, 27 Apr 2023 at 14:59, Benjamin Grand ***@***.***> wrote:
Hello,
I define the major NativeScript version in peer-dependencies to avoid
breaking changes when a new major NativeScript version is released.
You probably removed or bump version of the ***@***.***"
package in dependencies. Right?
I will fixed that in few days, sorry for the inconvenience.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSARKGYPNXAM5KQIUORCBLXDJ3UNANCNFSM6AAAAAAXGUEDMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@darko-bw There would be the following solutions to test, while I review the dependencies of the plugin. https://levelup.gitconnected.com/how-to-fix-the-npm-conflicting-peer-dependency-error-fe5527f629a4 |
Hi,
I have got an error when using the plugin in the latest NS version. Would you be able to help?
npm ERR! Could not resolve dependency:
npm ERR! peer @nativescript/core@"7.x" from [email protected]
npm ERR! node_modules/nativescript-getters
npm ERR! nativescript-getters@"^1.0.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @nativescript/[email protected]
npm ERR! node_modules/@nativescript/core
npm ERR! peer @nativescript/core@"7.x" from [email protected]
npm ERR! node_modules/nativescript-getters
npm ERR! nativescript-getters@"^1.0.2" from the root project
The text was updated successfully, but these errors were encountered: