2👍
✅
Your project is referencing a file/project that doesn’t exist. Check for all your import "from" links and URLs.
-3👍
When you initialize the empty project for the first time do not forget to run:
npm i
Then:
npm audit fix
And at the end you should run the app by calling:
npm run serve
Source:stackexchange.com