Closed
Description
Hello!
I decided to create a new Vue project with help of create-vue
and yarn
tools. I ran yarn create vue@latest
then set the following options:
✔ Project name: … vue-project
✔ Add TypeScript? … Yes
✔ Add JSX Support? … Yes
✔ Add Vue Router for Single Page Application development? … Yes
✔ Add Pinia for state management? … Yes
✔ Add Vitest for Unit Testing? … No
✔ Add an End-to-End Testing Solution? › No
✔ Add ESLint for code quality? … Yes
✔ Add Prettier for code formatting? … Yes
Then I went to vue-project
folder, ran yarn
command and saw this:
Is there anything I can do to quickly fix this?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels