Vue UI not launching
See original GitHub issueVersion
3.5.1
Environment info
System:
OS: macOS 10.14.3
CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 11.12.0 - /usr/local/bin/node
npm: 6.9.0 - /usr/local/bin/npm
Browsers:
Chrome: 73.0.3683.86 (default)
Firefox: 66.0.1
Safari: 12.0.3
npmGlobalPackages:
@vue/cli: 3.5.1
aws: 0.0.3-2
aws-sdk: 2.427.0
chai: 4.2.0
cross-spawn: 6.0.5
cypress: 3.2.0
firebase: 5.9.1
firebase-tools: 6.5.0
firebaseui: 3.5.2
live-server: 1.2.1
mocha: 6.0.2
npm: 6.9.0
particle-cli: 1.40.0
stream-http: 3.0.0
ts-node: 8.0.3
typescript: 3.3.4000
uuid: 3.3.2
vue: 2.6.10
vue-uuid: 1.1.1
Steps to reproduce
run ‘vue ui’ from terminal
What is expected?
Vue UI tool is started and launched automatically on http://localhost:8000
What is actually happening?
Terminal reports:
'🚀 Starting GUI...
🌠 Ready on http://localhost:8000
New tab is launched in Chrome, but nothing is displayed.
Recently updated from version 3.3.0. Was having previously noted issue where using Vue UI tool would fail to build new projects correctly with that version. Have attempted npm uninstall/reinstall of vue and @vue/cli with same results.
Additional Note: Receive following warning when running npm install -g @vue/cli:
npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
Suggest updating dependency to require cross-spawn
in npm config to ensure newer package is used.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Npm install -g @vue/cli and vue ui not working - Get Help
Node.js v12.18.4. ... This is probably a problem with npm rather than Vue CLI. ... Cleaning your npm cache will normally be enough...
Read more >vue ui not working · Issue #3406 · vuejs/vue-cli - GitHub
vue ui will start without errors. What is actually happening? Necessary modules are missing.
Read more >Why can I not start the Vue UI after installing the Vue CLI?
It turned out I had to install the core-js package explicitly. npm i -g core-js. Not sure why this wasn't installed as a...
Read more >Get started with Vuetify
This will start the Vue User Interface and open a new window in your browser. On the left side of your screen, click...
Read more >Install Vue.js directly on Windows | Microsoft Learn
Vue CLI is a toolkit for working with Vue in your terminal / command line. It enables you to quickly scaffold a new...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Refreshing the browser does not fix this. Using another browser (Firefox or GNOME web) on my Arch Linux system works fine. If I use the path http://localhost:8000/project/select that also works fine in Chrome. I see these errors in my console https://imgur.com/a/XyJUq9D. Both JS files contain HTML. I am using vue-cli 3.5.4.
I just starting trying out Vue and UI in the last few days. This and another basic issue #3664 are very disappointing 😦
Unfortunately now building the project doesn’t work anymore and throws out other errors