Skip to content
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

Fix conflicting dependencies #1460

Open
davidyuk opened this issue Nov 20, 2022 · 0 comments
Open

Fix conflicting dependencies #1460

davidyuk opened this issue Nov 20, 2022 · 0 comments
Labels
bug dependencies Pull requests that update a dependency file

Comments

@davidyuk
Copy link
Member

When the last time I updated dependencies, probably I was using an outdated version of npm that didn't warn me about conflicting dependencies like eslint and rxjs.

Downgrading the conflicting dependencies is not an option because they seem to work now. Ideally would be to update other dependencies like @vue/cli-plugin-eslint and vue-rx (looks unmaintained).

As a workaround npm install --force should be used, or npm_config_force=true npx cordova prepare ios.

@davidyuk davidyuk added bug dependencies Pull requests that update a dependency file labels Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant