Seamlessly manage your app’s Node environment with nodenv.
Use nodenv to pick a Node version for your application and guarantee that your development environment matches production. Put nodenv to work with npm for painless Node upgrades and bulletproof deployments.
Powerful in development. Specify your app's Node version once in a single file. Keep all your teammates on the same page. No headaches running apps on different versions of Node. Just Works™ from the command line Override the Node version anytime: just set an environment variable.
Rock-solid in production. Your application's executables are its
interface with ops. With nodenv and you'll never again need to cd
in a cron job or Chef recipe to ensure you've selected the right runtime.
The Node version dependency lives in one place—your app—so upgrades and
rollbacks are atomic, even when you switch versions.
One thing well. nodenv is concerned solely with switching Node versions. It's…