Vue-cli: "Vue create" tries to get "@vue/cli-plugin-babel": "^3.0.3" which does not exist

Created on 12 Sep 2018  路  5Comments  路  Source: vuejs/vue-cli

Version

3.0.3

Node and OS info

npm

Steps to reproduce

  • install vue-cli 3
  • "vue create [project]" with default settings (babel eslint)

What is expected?

The project is created

What is actually happening?

npm ERR! notarget No matching version found for @vue/cli-plugin-babel@^3.0.3

bug now

Most helpful comment

Fixing it now. Seems a bug in the release script leads to a partial release.

All 5 comments

vue create also broken in cli v3.0.1 and v3.0.2 (same issue)

Fixing it now. Seems a bug in the release script leads to a partial release.

Should have been fixed now.

I have a similar issue at my CI with the service:

No matching version found for @vue/cli-service@^3.0.3

Have no problem installing it locally, though.

Update: Works fine now!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sanderswang picture sanderswang  路  3Comments

Benzenes picture Benzenes  路  3Comments

JIANGYUJING1995 picture JIANGYUJING1995  路  3Comments

Gonzalo2683 picture Gonzalo2683  路  3Comments

NathanKleekamp picture NathanKleekamp  路  3Comments