Skip to content
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

VuePress dev server not working #1453

Closed
howar31 opened this issue Mar 16, 2019 · 1 comment
Closed

VuePress dev server not working #1453

howar31 opened this issue Mar 16, 2019 · 1 comment

Comments

@howar31
Copy link

howar31 commented Mar 16, 2019

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

@ulivz
Copy link
Member

ulivz commented Mar 16, 2019

Duplicate of #1417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants