asdf-nodejs: Failing to install node 8.14.0
I have installed the keyring per the README
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
then when I try to install 8.14.0 I get the following error
15:06:58 ▶ asdf install nodejs 8.14.0
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4240 0 4240 0 0 21785 0 --:--:-- --:--:-- --:--:-- 21855
gpg: Signature made Tue Nov 27 19:39:57 2018 EST
gpg: using RSA key DD8F2338BAE7501E3DD5AC78C273792F7D83545D
gpg: Good signature from "Rod Vagg <rod@vagg.org>" [unknown]
gpg: aka "Rod Vagg <r@va.gg>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: DD8F 2338 BAE7 501E 3DD5 AC78 C273 792F 7D83 545D
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14.6M 100 14.6M 0 0 16.9M 0 --:--:-- --:--:-- --:--:-- 16.9M
sha256sum or shasum is not available for use
Authenticity of package archive can not be assured. Exiting.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 24 (10 by maintainers)
You should end up with a line exactly like this in your
.bashrc
:The directory does have the shim, but it is not on my path.
Is this supposed to be added to my path through
"$(brew --prefix asdf)"/asdf.sh
You may need to reshim to get the node executable to show up.
asdf reshim
should work.What happened when you installed coreutils? I’m using
sha256sum
from coreutils on OSX and it works for me.also once I have one installed it’s not registering the
node
command.