Using homebrew I am able to install node v12, v14, v16 and v17. But it seems to only install the latest stable version of each.
I am using an M1 Mac - any ideas on how to install node version 14.18.2 using homebrew?
Using homebrew I am able to install node v12, v14, v16 and v17. But it seems to only install the latest stable version of each.
I am using an M1 Mac - any ideas on how to install node version 14.18.2 using homebrew?
Instead of brew, you can use nvm to install and switch between different version of node.js on you Mac OSX :