Plugins - nodenv/nodenv GitHub Wiki

These plugins may be installed with Homebrew via the homebrew-nodenv tap:

  • node-build: install NodeJS

  • node-build-update-defs: scrape build definitions from nodejs.org and iojs.org

  • nodenv-aliases: create aliases for nodenv Node versions

  • nodenv-default-packages: automatically install a list of default packages any time you install a new version with node-build

  • nodenv-each: execute the same command with each installed Node

  • nodenv-npm-migrate: migrate global packages from one Node installation to another

  • nodenv-package-rehash: automatically runs nodenv rehash every time you install or uninstall an npm package

    How: uses npm's postinstall/postuninstall lifecycle hooks to rehash whenever a package is installed/uninstalled globally

  • nodenv-package-json-engine: detects node version based on the engines field of the current tree's package.json

  • nodenv-nvmrc: detects node version based on the .nvmrc file

  • nodenv-update: update nodenv and installed plugins

  • nodenv-vars: safely sets global and per-project environment variables