[Vuejs]-After npm install and npm run dev console throws error, even though project works on another machine

0๐Ÿ‘

Iโ€™ve run into this before, then I changed into yarn and it worked

0๐Ÿ‘

Try to remove node_modules folder and package.lock.json, then run npm i again

Leave a comment