0👍
If you don’t make any changes in project, just you trying to install and run your first vue.js app then follow this guide Creating a Project CLI, and everything will be fine.
Be sure you using the latest version of node & npm.
If you want to fix this project try remove node_modules
and the package-lock.json
file, and than run npm install
- [Vuejs]-Router Link only updates active class once
- [Vuejs]-Put prismic fields in an array to be used in v-select :items prop for vuetify project?
Source:stackexchange.com