Node install fails at gpg verification when using --raw
#4475
Unanswered
baylisscg
asked this question in
Troubleshooting and bug reports
Replies: 2 comments 1 reply
|
Yes, I am experienced this issue before but now it appears to work for newer Node.js versions but now instead I am getting issues when it tries to install n |
1 reply
|
I wasn't using "raw" but for me, killing gpg-agent solved my issue (on macOS). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was trying to debug some behaviour in mise-action and discovered that you can't install node if you set
--raw. A bit of messing around later and I discovered I can replicate it on macOS too.without
--rawUsing the mise-action gives the same behaviour. Turning off GPG verification for node also works but that's a less optimal workaround.
For completeness:
Closest discussion was #3768 but that was solved by a Windows interop setting and this is macOS and Linux
All reactions