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

npm run build crashes #19

Open
fschoenfeldt opened this issue Feb 6, 2022 · 1 comment
Open

npm run build crashes #19

fschoenfeldt opened this issue Feb 6, 2022 · 1 comment

Comments

@fschoenfeldt
Copy link

➜  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.

@HtheChemist
Copy link
Owner

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

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