Skip to content

Dev utils

Federico Gratti edited this page Oct 16, 2023 · 2 revisions

Install specific node version on MacOS using brew

  1. brew install node@18
  2. brew unlink node
  3. brew link node@18 or brew link --overwrite node@18
  4. node -v

Clone this wiki locally