We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, it seems that the docs can be built only on Linux & MacOS but not on Windows.
npm install
npm run start-docs
The docs should build & the stdout should show that the static files are being served on port 3000.
The docs are built but the express server doesn't serve them on 3000.
OS Platform & Version: Windows 10, Version 10.0.18363, Build 18363
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem Description
Currently, it seems that the docs can be built only on Linux & MacOS but not on Windows.
Steps to reproduce
npm install
npm run start-docs
Expected behavior
The docs should build & the stdout should show that the static files are being served on port 3000.
Actual behavior
The docs are built but the express server doesn't serve them on 3000.
Additional Information
OS Platform & Version: Windows 10, Version 10.0.18363, Build 18363
The text was updated successfully, but these errors were encountered: