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
npm run build
After working my way around #19, I managed to run npm build, I started my webserver:
npm build
➜ BitBurnerCentralManager git:(master) ✗ npm run webserver > webserver > node bin/webserver.js -p 9182 -d build --enable_cors Node Webserver running at port 9182
But upon visiting http://localhost:9182/, I get this error in my browser:
Error: ENOENT: no such file or directory, open 'build/index.html'
The text was updated successfully, but these errors were encountered:
It is expected, the server only serve the .js file for wget.
Sorry, something went wrong.
No branches or pull requests
After working my way around #19, I managed to run
npm build
, I started my webserver:But upon visiting http://localhost:9182/, I get this error in my browser:
The text was updated successfully, but these errors were encountered: