asdf-nodejs: Broken pipe error
when running asdf install nodejs 14.15.4
I get this error:
/Users/lifeiscontent/.asdf/plugins/nodejs/bin/../lib/utils.sh: line 62: printf: write error: Broken pipe
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 11
- Comments: 20 (6 by maintainers)
Commits related to this issue
- Fix #217 — committed to lifeiscontent/asdf-nodejs by lifeiscontent 3 years ago
Seems to be related to #189.
I used this as a workaround and it worked :
@augustobmoura Upgrading bash removed the error for me.
Oops, it looks like the latest version works. I was able to install
16.2.0
.@lifeiscontent can you send your bash version?
Also, @Debetux can you try to update your bash with brew and see if the error persists?
The default bash installation in macOS is severely outdated and we had other issues related to that in the past
I have the same issue on a new MacBook M1, using zsh & bash :
I’ll try to dig a bit if I find some time.
seems to be an issue with
filter_version_candidates
or somewhere around that.I’m using default zsh from latest osx (11.2.3)
zsh 5.8 (x86_64-apple-darwin20.0)