WordPress VVV - markhowellsmead/helpers GitHub Wiki

Manual

https://make.wordpress.org/core/handbook/tutorials/installing-a-local-server/installing-vvv/

Node

Install specific version

https://linuxbrew.sh/

Then

brew unlink node
brew install node@8
brew link node@8
node --version