-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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 not working #3406
Comments
I have the same, just updated vue cli. vue --version = 3.4.0 |
Yeah I have the same error as well, trying to find a fix |
me too |
~ vue -V Error: Cannot find module 'core-js/proposals/array-flat-and-flat-map' |
me too, same error: vue --version is 3.4.0 vue ui internal/modules/cjs/loader.js:583 Error: Cannot find module 'core-js/proposals/array-flat-and-flat-map' |
+1 reinstall every thing like remove remove
😢 😭 |
It’s a bug in apollo-env |
@sodatea what should we do ?! |
They depend on a beta version of core-js without locking its version. |
Let us know when the bug was fixed , thanks 👍 |
怎么修复呢?安装3.0低版本的cli? |
you guys can try:npm install -g core-js@3.0.0-beta.11 ,it's work for me! |
Wow, thank you so much @wangwenyin it works now |
I try |
Seems apollo-env has fixed this problem in apollographql/apollo-tooling#962 (comment) |
This issue has been resolved. Thanks! $ npm install -g @vue/cli && vue ui
npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
/usr/local/bin/vue -> /usr/local/lib/node_modules/@vue/cli/bin/vue.js
+ @vue/cli@3.4.0
updated 1 package in 4.664s
🚀 Starting GUI...
🌠 Ready on http://localhost:8000 |
After trying all the different solutions proposed above, it seems that removing the |
Version
3.4.0
Environment info
Steps to reproduce
vue ui
command does not start with an error.What is expected?
vue ui
will start without errors.What is actually happening?
Necessary modules are missing.
The text was updated successfully, but these errors were encountered: