Open luixal opened 2 years ago
I just started to work with this Vue CLI Preset (on Windows 11) and have no errors like you. The only errors I'm getting are the ones from ESLints rule no-unused-vars
, which is configurable. I, myself have it disabled.
I think it might be an OS-issue.
Describe the bug It's impossible to run a new extension/project just created.
To Reproduce Steps to reproduce the behavior:
but if you go into the created dir and try to run or build with
npm run serve
you get the following errors:Expected behavior A fresh extension to be created in the
dist
dir to load it in Chrome :)Screenshots Have none.
Desktop (please complete the following information):
Additional context Not sure if it's important but, when running and
npm list vue
to check vue's version in the project, it shows 2.6.14 andpackage.json
file shows this"vue": "^2.6.11"
. Shouldn't it be v3?