[Vuejs]-How to install globally installed npm packages

1👍

You can create a new project dir to store the globally installed package (copy from the installation folder) and after that copy process make a zip of it so that it can be used again, then you have to config some of the files for your project needs.

-1👍

Try install localy and use command

npx vue <command>

Also check package.json in your project

Leave a comment