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?
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?
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