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
➜ BitBurnerCentralManager git:(master) npm run build > build > npm-run-all buildTs copyResources buildManifest > buildTs > npx tsc -p tsconfig.json > copyResources > mkdir -p src/resources && cp -r src/resources/ build/ > buildManifest > bin/generateManifest.bash sh: bin/generateManifest.bash: Permission denied ERROR: "buildManifest" exited with 126.
I can fix that via chmod +x bin/generateManifest.bash. File modes can be added to git, so I suggest you doing so.
chmod +x bin/generateManifest.bash
The text was updated successfully, but these errors were encountered:
Hmm, I don't have this problem with WSL.
However, you don't need to build it, unless you did modification, you can simply wget from github
Sorry, something went wrong.
No branches or pull requests
I can fix that via
chmod +x bin/generateManifest.bash
. File modes can be added to git, so I suggest you doing so.The text was updated successfully, but these errors were encountered: