When installing vuecli, there are always errors and prompts as follows, what should be done?

clipboard.png
there are always errors when installing vue-cli. What should I do?

Jul.14,2022
Where is the error reported in the

picture? Forgive me for not seeing it, but only seeing WARN
the official now recommends using @ vue/cli instead of vue-cli
ide/installation.html" rel=" nofollow noreferrer "> link description


No error has been reported, and it is ready to use. Just warn


this is just because a dependency in vue-cli depends on coffee-script , but the package has now been renamed coffeescript and does not affect usage.

if you say you didn't create a new file, it's because you still need

after installation.
vue init 

to create the project.

Menu