@vue/cli创建项目报错,请教各位如何解决(语言-javascript)

img


yarn create vue-demo yarn create v1.22.19[1/4] Resolving packages.
error An unexpected error occurred: "https://registry.npm.taobao.org/create-vue-demo: [NOT_FOUND] create-vue-demo not fo
und".
info If you think this is a bug, please open a bug report with the information provided in "C:\Users\sunyu\AppData\L
ocal\Yarn\Data\global\lyarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

这个提示就是说 https://registry.npm.taobao.org/create-vue-demo 这个demo 从服务器没有找到 ,确保你的 nodejs版本是正确的

vue create hello-world

用 yarn创建? 不应该用 vue吗 vue create test_vue