Vue project build failed to initialize

I built vue scaffolding on the win10 system, vue-cli has been set up, then initialized the project with vue init webpack vueRouterTest , and then reported an error. The error is as follows:

  Unknown command init.
  vue-cli  Failed to download repo vuejs-templates/[object Object]: Response code 404 (Not Found)

the relevant error contents and solutions can not be found on the Internet. Ask God for advice.

Mar.16,2021

vue-cli 2.9.4 bug,2.9.5 has been resolved, please upgrade to the latest version

npm install -g vue-cli@latest

2.9.6 doesn't seem to work either

Menu