explicitly look in home directory

nvm installs node/npm and global modules into a subfolder in the
users home. if you use the official nodejs installer it gets
placed in /user/local - so the recursivve directory walker of
config chain can't find it as it reaches / without passing the
home dir

fixes #1
4 files changed
tree: 21fd3834cb82a7662e33b7d93ef3ff88b1915f59
  1. bin/
  2. doc/
  3. node_modules/
  4. src/
  5. test/
  6. .gitignore
  7. .nojekyll
  8. .npmignore
  9. .travis.yml
  10. LICENSE
  11. Makefile
  12. package.json
  13. README.md
README.md

nmo

nmo is a cli tool to manage CouchDB clusters and nodes.

Installation

npm install -g nmo

Contributing

It is written in ES6 and is using promises and generators for control flow. We are aiming for 100% test coverage.

Production dependencies are checked in for multiple reasons:

  • blazing fast installs for our users as they are defined as bundledDependencies in the package.json file and npm just downloads one tarball
  • if a package gets deleted on the registry, nmo still works for new installs
  • every contributor has the same version of a module

Help

http://robertkowalski.github.io/nmo/