I am trying to install node version 10 on Macbook Pro (m1 chip) using below Homebrew command.
brew install node@10
But getting below error:
Error: node@10: no bottle available!
You can try to install from source with:
brew install --build-from-source node@10
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
Could anyone please help me in installing node 10 using Homebrew. Thanks in advance.