How to solve the problem of vue project error?

clipboard.png
this is a newly built project dependency is also installed, but how to deal with this problem when running npm start error

Mar.14,2021

see this issue: https://github.com/vuejs/comp.


the reason is that
component-compiler-utils 1.3.1 caused by prettier update to 1.13.0 has been updated and fixed.

there is no need to downgrade 1.13.0 now

specific, https://github.com/vuejs/comp.

Menu