Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue ui failed on Windows7 #2574

Closed
wangyun opened this issue Sep 22, 2018 · 1 comment
Closed

vue ui failed on Windows7 #2574

wangyun opened this issue Sep 22, 2018 · 1 comment

Comments

@wangyun
Copy link

wangyun commented Sep 22, 2018

Version

3.0.3

Node and OS info

Node v9.3.0 / yarn 1.9.4 / Windows 7

Steps to reproduce

vue ui
the webpage opens, but is blank and loading, open chrome console tab, there is two errors:

  1. GET https://unpkg.com/vue-cli-locale-zh-CN 404 ()
  2. Network error: Cannot use GraphQLSchema "[object Object]" from another module or realm.

Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.

https://yarnpkg.com/en/docs/selective-version-resolutions

Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.

What is expected?

open Vue UI

What is actually happening?

blank and loading

@Dreamersoul
Copy link

i removed @vue/cli from yarn and installed it through npm, that fixed the issue. but i don't think that is the optimal solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants