Vue create project problem

when I use the vue command, I can"t find vue. After searching, I want to configure the environment variable, but I can"t find the vue.cmd
file. What"s the problem?

May.22,2021

it is recommended that you install it directly through npm or yarn.
with parameter-g

npm install -g vue/cli
-sharp OR
yarn global add vue/cli

take a look at the old version of: npm install-g vue-cli,: https://www.npmjs.com/package.

take a look at the new version: npm install-g @ vue/cli: ide/installation.html" rel=" nofollow noreferrer "> https://cli.vuejs.org/zh/guid.

.
Menu