You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ERROR: You are using an outdated version of NPM.
It does not support some core functionalities of Vue CLI.
Please upgrade your NPM version.
To Reproduce
$ nvm use 20
// Works.
$ vue add electron-builder
📦 Installing vue-cli-plugin-electron-builder...
ERROR Error: You are using an outdated version of NPM.
It does not support some core functionalities of Vue CLI.
Please upgrade your NPM version.
Error: You are using an outdated version of NPM.
It does not support some core functionalities of Vue CLI.
Please upgrade your NPM version.
at new PackageManager (C:\Users\pybt07\.nvm\versions\node\v20.10.0\bin\node_modules\@vue\cli\lib\util\ProjectPackageManager.js:129:15)
at add (C:\Users\pybt07\.nvm\versions\node\v20.10.0\bin\node_modules\@vue\cli\lib\add.js:50:14)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Expected behavior
I expected the package to be installed properly.
Screenshots
Environment (please complete the following information):
custom config for vcp-electron-builder: IDK
(if possible) link to your repo: I don't use a public repo.
Describe the bug
ERROR: You are using an outdated version of NPM.
It does not support some core functionalities of Vue CLI.
Please upgrade your NPM version.
To Reproduce
Expected behavior
I expected the package to be installed properly.
Screenshots
Environment (please complete the following information):
vue info
:Additional context
I'm working on ald old project from former colleagues based on vue2. The apparent vue-cli package is version 1.0.0.
The text was updated successfully, but these errors were encountered: