[Vuejs]-Going through 'Vue Basics – Instant prototyping' – running 'vue serve' fails

0👍

Check your @vue/cli and @vue/cli-service-global package versions. If the versions are not compatible, that could be the issue.

Also, are you running this on a Windows machine but from a MING terminal? I’ve had subtle permission issues with trying to run @vue/cli from a non-windows terminal. You might try deleting your node_packages/ directory and running npm install from a Windows Command Prompt if you are on a Windows machine.

Leave a comment