Closed slashfoo closed 10 years ago
Right now we just install wherever npm
installs, but there is a --prefix
flag to npm that we can pass through. Good suggestion.
As a temporary workaround, you can set NPM_CONFIG_PREFIX
and npm will install keybase
and libs under that prefix.
thanks!
in case a user wants to install on their home directory rather than on /usr/local/bin... say $HOME/.local/ to use for bin/, share/, etc paths...