Version conflict in neutrinos-oauth-client

After installing the neutrinos-oauth-client package, I got an error saying it requires Angular 14 or higher, while my project is currently on Angular 13.

Can I safely upgrade Angular to a newer version (14/16), or will that break compatibility with the Studio frontend tool and other existing modules?

@Sam

3 Likes

Hello @hadi ,
This package should be compatible with Angular 13. Could you please share a screenshot of the error and your package.json file for to check?

1 Like

Please find the screenshots below,

@Sam

1 Like

Hello @hadi ,
Please try uninstalling your current neutrinos-oauth-client package and then install the specific version using:

npm install neutrinos-oauth-client@1.2.5-beta.1

Actually, you don’t need to install the neutrinos-oauth-client package separately, as it is already built-in. The conflict likely occurs because installing it manually fetches the latest version, which is not compatible with your current setup

3 Likes