-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Version
2.4.4
Reproduction link
it's not something that I could put on a github repo or jsfiddle, below is just a link to another people runs into the same problem.
https://segmentfault.com/q/1010000010410012
Steps to reproduce
- install node 8.x
- install vue
- start a new project by
vue init webpack example-app
- run
npm run dev
- the generated file(app.js) is not being served properly. if you look at the network panel of the browser, it gives ERR_CONTENT_LENGTH_MISMATCH error
What is expected?
it should show the default project page
What is actually happening?
the app.js file is not served properly
it works on node 6.x
Metadata
Metadata
Assignees
Labels
No labels