Skip to content

npm run dev is not working for node 8.x #6675

@perkfly

Description

@perkfly

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

  1. install node 8.x
  2. install vue
  3. start a new project by vue init webpack example-app
  4. run npm run dev
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions