Skip to content

Instantly share code, notes, and snippets.

@brunnogomes
Created September 27, 2021 15:46
Show Gist options
  • Save brunnogomes/8f48615eac25b4315f13015db7b8f1d2 to your computer and use it in GitHub Desktop.
Save brunnogomes/8f48615eac25b4315f13015db7b8f1d2 to your computer and use it in GitHub Desktop.
Install LTS NodeJS on Mac with M1 chip
NODEJS_CONFIGURE_OPTIONS='--with-intl=full-icu --download=all' NODEJS_CHECK_SIGNATURES="no" asdf install nodejs ref:v14.17.6
mv ~/.asdf/installs/nodejs/{ref-v14.17.6,14.17.6}
asdf reshim nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment