Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dallasmarlow/c1ed503d7028af1770d4a34fa66eee48 to your computer and use it in GitHub Desktop.
Save dallasmarlow/c1ed503d7028af1770d4a34fa66eee48 to your computer and use it in GitHub Desktop.
Downgrade homebrew nodejs to v14
brew unlink node
brew install node@14
brew link node@14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment