This tap provides Homebrew formulae for plugins extending nodenv.
Just brew tap nodenv/nodenv
and then brew install <formula>
. You only need to tap the repository once.
You can also install via URL:
brew install https://raw.githubusercontent.com/nodenv/homebrew-nodenv/master/<formula>.rb
First, please run brew update
and brew doctor
.
Second, read the Homebrew Troubleshooting Checklist.
If you don’t read these it will take us far longer to help you with your problem.
brew help
, man brew
or check the Homebrew documentation.
Have a look at the Homebrew Formula Cookbook. In particular, your formula should pass brew audit --strict <formula>
and brew test <formula>
.
Code is under the MIT license.