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

[Help Wanted] : install docsify-cli with -g option and init docs success, but after start server, cannot open website on local browser #50

Closed
xiaobogaga opened this issue Jan 15, 2019 · 0 comments

Comments

@xiaobogaga
Copy link

I have install docsify-cli with -g option, successfully, and I have init the docs as follows:

docsify init ./docs

then, after starting server by running:

docsify server ./docs

, no error information is printed but it turns out it shows connection refused when opening this website http://localhost:3000 by the web browser.

and netstat shows no connection information at port 3000 by

netstat -apn | grep 3000

. Cannot figure out why, it seems the server doesn't work, help wanted.

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

1 participant