Search code examples
javascriptvue.jsnodes

Is [email protected] needed for the 4.5.12 vue-cli?


When I run the command npm list -g vue, I obtain the following output:

enter image description here

Is [email protected] needed for the 4.5.12 @vue/cli? Since I have made a re-install, I am wondering if this is a remnant from my old installation or if it was added with the 4.5.12 @vue/cli install.

If it is a remnant, how can I uninstall it? I am only finding online how to remove vue-cli, but not the vue component itself.


Solution

  • That's not a remnant. @vue/cli depends on [email protected] to scaffold Vue 2.x projects. If you need to use Vue CLI, you can't uninstall [email protected].