Skip to content

VuePress dev server not working #1453

Closed
@howar31

Description

@howar31

After following the guide to fresh install the VuePress, I found that I cannot visit the localhost to see the webpage that VuePress built with command vuepress dev.

The installation steps I ran:

npm install -g vuepress
echo '# Hello VuePress' > README.md
vuepress dev

The build was successed, but I when opened the link in the browser, the server threw the errors like

UnhandledPromiseRejectionWarning: TypeError: res.getHeader is not a function

, details below:

image

Is there any way to solve this issue?

thanks

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