Skip to content
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

Binaries not found for Node v14 and v15 #260

Closed
jmromer opened this issue Sep 24, 2021 · 2 comments
Closed

Binaries not found for Node v14 and v15 #260

jmromer opened this issue Sep 24, 2021 · 2 comments

Comments

@jmromer
Copy link

jmromer commented Sep 24, 2021

I'm able to install Node 16

nodejs master % asdf list nodejs
  16.7.0

But binaries for versions < 16 can't be found.

nodejs master % asdf list-all nodejs | grep -E '(14.17.6|15.14)'

# 14.17.6
# 15.14.0

nodejs master % asdf install nodejs 14.17.6

#   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                  Dload  Upload   Total   Spent    Left  Speed
# 100  3490    0  3490    0     0  37649      0 --:--:-- --:--:-- --:--:-- 39213
#   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                  Dload  Upload   Total   Spent    Left  Speed
# 100 10156    0 10156    0     0  68384      0 --:--:-- --:--:-- --:--:-- 69561
#
# Binary not found for version 14.17.6

nodejs master % asdf install nodejs 15.14.0

#   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                  Dload  Upload   Total   Spent    Left  Speed
# 100  3490    0  3490    0     0  34167      0 --:--:-- --:--:-- --:--:-- 35612
#   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                  Dload  Upload   Total   Spent    Left  Speed
# 100 10156    0 10156    0     0   107k      0 --:--:-- --:--:-- --:--:--  111k
#
# Binary not found for version 15.14.0

Fresh install on an M1 MacBook:

% uname -srm
Darwin 20.6.0 arm64
@jmromer
Copy link
Author

jmromer commented Sep 24, 2021

Related to #78

There are no pre-built Apple silicon binaries available for Node v15 and below. Built from source as a workaround: #78 (comment):

NODEJS_CONFIGURE_OPTIONS='--with-intl=full-icu --download=all' \
NODEJS_CHECK_SIGNATURES="no" \
asdf install nodejs ref:v15.14.0
mv $ASDF_DATA_DIR/installs/nodejs/{ref-v15.4.0,15.4.0}
asdf reshim nodejs

@jmromer jmromer closed this as completed Sep 24, 2021
@jmromer
Copy link
Author

jmromer commented Sep 24, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant