Skip to content

Instantly share code, notes, and snippets.

View god-of-javascript's full-sized avatar
🇺🇸
v2.0.0

A Dev $el god-of-javascript

🇺🇸
v2.0.0
  • Yerevan, Armenia
  • 11:04 (UTC +04:00)
View GitHub Profile
@god-of-javascript
god-of-javascript / 00_README.md
Created April 7, 2023 10:27 — forked from LeZuse/00_README.md
Install node on Apple Silicon M1 both ARM and x86 (Rosetta)

Node.js on Apple Silicon

Node Version Manager (https://github.com/nvm-sh/nvm) works perfectly across native node installations as well as emulated Rosetta installations. The trick I am using here is to install one LTS version of node under Rosetta and another stable version as native binary.

TODO

  • find a way how to run the same node version on both platforms