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

[node] subprocess was killed by signal (Broken pipe) #85

Open
nguyenvulong opened this issue Aug 8, 2024 · 0 comments
Open

[node] subprocess was killed by signal (Broken pipe) #85

nguyenvulong opened this issue Aug 8, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

This error may occur during installation of nodejs
Log looks something like

Trying to overwrite '/usr/include/node/common.gypi'
dpkg-deb error 
subprocess was killed by signal (Broken pipe)

when running

sudo apt install -y nodejs

solution (replace the deb package with yours)

sudo dpkg -i --force-overwrite /var/cache/apt/archives/nodejs_22.6.0-1nodesource1_amd64.deb
@nguyenvulong nguyenvulong added bug Something isn't working documentation Improvements or additions to documentation labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant