Node.js
Node on Mac M1
nvm
(https://github.com/nvm-sh/nvm) allows install and use different node.
Installation
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Use other Node version
nvm list
nvm install v18.20.3
nvm use v18.20.3
nvm uninstall v4.1.0