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

chore: bump @vue/cli-shared-utils #278

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Nakroma
Copy link

@Nakroma Nakroma commented Nov 20, 2022

Current Behavior

Trying to install @nx-plus/vue fails with:

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"
error Found incompatible module.

on node >= 18. This is because @vue/cli-shared-utils hard relies on version 9.2.2 of @achrinza/node-ipc which only supports node < 18.

Expected Behavior

@nx-plus/vue should install on node >= 18 without errors.

Fixes

Unfortunately, the newest 4.x version of @vue/cli-shared-utils also hard relies on node-ipc@9.2.2. So I bumped the shared utils package to 5.0.8. I couldn't get the e2e tests to work (even without this change), but the unit tests go through. If the maintainers think that the package should stay on 4.x I can create a similiar PR on @vue/cli-shared-utils to bump node-ipc instead.

@Nakroma
Copy link
Author

Nakroma commented Dec 4, 2022

I made a node>=18 version for temporary use if anyone else has this problem, as the maintainers seem busy atm: https://www.npmjs.com/package/nx-plus-vue-node-18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant