Vue running cnpm run dev reports an error

vue encountered the following error when running cnpm run dev.
what is the reason for this, guys?
vue novice call for help

Mar.20,2021

these are all errors reported by eslint. You can check your own code style, such as the first one, that is, you can't have multiple consecutive blank lines.

it is recommended that IDE install the eslint plug-in to view errors in real time and save fixes directly.


comment out

if you don't like the eslint code style.
Menu