-
-
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
npm run serve stops building development server when it gets to node_modules\vue-hot-reload-api\dist\index.js #3733
Comments
Any suggestions guys? I can't work on my project without this being fixed. |
I'm sorry but I can't reproduce this issue on my local environment. Any error messages? |
@sodatea I can't reproduce it on my other PC either. There aren't any error messages, it just stops building but says that it is still building so im stumped. I have ran |
@sodatea try it now. I managed to reproduce it on my second PC using the project that is currently up on the repo in the reproduction link. |
@adamcole123 Anything I can refer to? The reproduction repository seems not quite right. There're several errors in https://github.com/adamcole123/pharaoh-web-app/blob/master/src/components/DashboardComponent.vue (multi-root element in template, syntax error in |
Wow VSCode didn't tell me about the syntax error. Must be the extensions i use for Vue. That fixed it thanks. I'd still consider this a bug as the command line didn't tell me anything was wrong when it stopped building.
|
There's little for us do to in this repo if webpack doesn't display the error though. |
Version
3.5.3
Reproduction link
https://github.com/adamcole123/pharaoh-web-app
Environment info
Steps to reproduce
Download code from github, run npm install in directory to install packages, run npm run serve to attempt to start the dev server with vue/cli. That's how i recreated it.
What is expected?
The vue/cli dev environment should build fully then allow me to access a dev build of my app on localhost.
What is actually happening?
The dev environment starts building then stops around 20-30%. My tests have stopped on node_modules\vue-hot-reload-api\dist\index.js twice but not every time, the other directories i can not remember.
The text was updated successfully, but these errors were encountered: