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

postinstall script from "electron" exited with 1 #9200

Open
FreePhoenix888 opened this issue Mar 2, 2024 · 1 comment
Open

postinstall script from "electron" exited with 1 #9200

FreePhoenix888 opened this issue Mar 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@FreePhoenix888
Copy link

What version of Bun is running?

latest

What platform is your computer?

ubuntu-latest

What steps can reproduce the bug?

Fork https://github.com/deep-foundation/bun-js-docker-isolation-provider repo and see github actions output:
https://github.com/deep-foundation/bun-js-docker-isolation-provider/actions/runs/8121632050/job/22200217336#step:8:185

What is the expected behavior?

bun to install as intented. npm install works without any problem

What do you see instead?

bun install failed

Additional information

No response

@FreePhoenix888 FreePhoenix888 added the bug Something isn't working label Mar 2, 2024
@Electroid
Copy link
Contributor

#10 [5/5] RUN bun install
#10 0.475 bun install v1.0.29 (a146856d)
#10 6.682 Error
#10 6.682     at new ErrorWithFilename (/home/bun/app/node_modules/sumchecker/index.js:29:9)
#10 6.682     at new ChecksumMismatchError (/home/bun/app/node_modules/sumchecker/index.js:88:12)
#10 6.682     at <anonymous> (/home/bun/app/node_modules/sumchecker/index.js:61:47)
#10 6.682     at onEofChunk (native)
#10 6.682     at readableAddChunk (node:stream:1894:30)
#10 6.682     at <anonymous> (node:stream:3234:21)
#10 6.682     at _flush (node:crypto:1190:13)
#10 6.682     at final (node:stream:3232:19)
#10 6.682     at callFinal (node:stream:2763:23)
#10 6.682     at prefinish (node:stream:2786:23)
#10 6.682 
#10 6.682 error: postinstall script from "electron" exited with 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants