Replies: 1 comment
-
It looks like the issue comes from @inquirer/external-editor which bumped the Node engine requirement to v18, so yarn global add @vue/cli will fail on Node 14. yarn global add @vue/[email protected]
Consider switching to the new official scaffolding tool: npm init vue@latest
This is the recommended way moving forward instead of Vue CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
yarn global add @vue/cli is failing for node 14 due to inquirer/external-editor because inquirer/external-editor wants node 18
The installation of @vue/cli was working fine a week ago with version 5.0.8, but it suddenly started failing due to @inquirer/external-editor
how to resolve this
Beta Was this translation helpful? Give feedback.
All reactions