[Vuejs]-Error when running vuetifyjs template

0đź‘Ť

You just need to create a test folder and give it access.
It’s a bug with webpack-advanced template

0đź‘Ť

Fore install your project dependencies

npm install -f

Then, make a folder named “test” in your root project

mkdir test

It’s a bug caused by vuetifyjs/webpack-advanced

Leave a comment