Vue-cli: vue ui & install bug

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

vue ui & install bug


{
  "name": "dev",
  "version": "0.1.0",
  "private": true,
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-service": "^3.0.1"
  }
}

image

image

invalid question

All 5 comments

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!

you are using an npm mirror (taobao?) which served you a corrupt file.

  • reinstall node_modules
  • if that doesn't work: use another registry with vue create --registry (see: https://cli.vuejs.org/zh/guide/creating-a-project.html#vue-create)
  • or try installing with yarn instead.

still bug

image

I just want to using npm, not the fake China tb npm mirror.

image

image

image

Yarn is OK

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Benzenes picture Benzenes  路  3Comments

CodeApePro picture CodeApePro  路  3Comments

brandon93s picture brandon93s  路  3Comments

OmgImAlexis picture OmgImAlexis  路  3Comments

jgribonvald picture jgribonvald  路  3Comments