Node install fails at gpg verification when using --raw
#4475
Unanswered
baylisscg
asked this question in
Troubleshooting and bug reports
Replies: 1 comment 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 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
--raw
Using 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
Beta Was this translation helpful? Give feedback.
All reactions