asdf-nodejs: Cannot install node 14.15.0
Looks like Danielle Adams has changed his key:
Danielle Adams adamzdanielle@gmail.com 1C050899334244A8AF75E53792EF661D867B9DFA
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 1C050899334244A8AF75E53792EF661D867B9DFA
Fixes problem
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (5 by maintainers)
Running
asdf plugin-update nodejs
did not fix the problem for me.To confirm,
asdf install nodejs 14.14.0
works fine, butasdf install nodejs 14.15.0
responds with:And this is after ensuring both the new and old release team keys have been added using the instructions on the plugin README.
Adding all the keys from @DylanAndrew’s comment above did work for me, allowing me to install 14.15.0:
@Stratus3D I thought I did, but looking at my shell history I might have only ran it before i did the
asdf plugin-update nodejs
, so maybe this was a false positive. Sorry for the noise, if that’s the case. I fixed it for myself in the end by manually importing all the keys mentioned by j0hnm4r5I believe this has been fixed by #180 which has been merged. Please comment if updating the plugin (
asdf plugin-update nodejs
) and re-running the import scripts does not fix the problem.