-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to install node 8.14.0 #136
Comments
You need to install sha256sum or shasum on your system. We should probably document this in the readme. |
What is the recommended way to install sha256sum or shasum on macOS? |
I tried this https://unix.stackexchange.com/a/484429/294293 but didn't help at all |
You may need to reshim to get the node executable to show up. What happened when you installed coreutils? I'm using |
Seemed to be installed normally
I added |
Strange. |
|
also ran |
It looks like you've got duplicate paths in |
Okay, had some funky outdated stuff in my .bashrc so I'm installing fine now, but still not able to execute anything against |
I'm not sure what's going on so please provide any errors or stacktraces you are seeing. Again, |
|
The output from those asdf commands looks correct, but |
The directory does have the shim, but it is not on my path. Is this supposed to be added to my path through |
I can add that manually and it works, but I don't see that anywhere in the documentation, and assumed it was handled by the init with |
As an experiment (not a solution) you might try stripping your This could be related to asdf-vm/asdf#428 |
Does not seem to be adding it to the path
|
Which version of asdf are you running? Can you |
version: v0.7.2
|
Temporarily have everything working with adding the following to my bashrc
|
I think you are missing the source command before the path to the file ( |
You should end up with a line exactly like this in your
|
Okay, that definitely was missing, everything is working fine now. Thanks for all the help |
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
The text was updated successfully, but these errors were encountered: