Solved :vue js is not recognized as an internal or external command


Vue js is not recognized as an internal or external command

After installing vue js on my box, I opened the command prompt by performing the following operation 
Press ctrl+r

A run program opens up
Type cmd in the text box and hit enter
A black screen opens up it is a terminal

Run the following command

npm install -g @vue/cli

And wait for the following command to execute. Be noted you need to be connected to the Internet. As soon as the execution is completed you can type vue command and it will start executing


Comments

Post a Comment