From 7ea15a7618c22a8e48b8877357efb51ef9cbedd3 Mon Sep 17 00:00:00 2001 From: Shane Keulen Date: Mon, 13 Apr 2015 16:20:22 -0400 Subject: [PATCH] Added compatibility issues section Sections includes warnings for cretain nonstandard path settings and environment variables that conflict with nvm. --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.markdown b/README.markdown index 7b863e4..950662f 100644 --- a/README.markdown +++ b/README.markdown @@ -186,6 +186,20 @@ nvm uninstall $ nvm uninstall [tab][tab] my_alias default v0.6.21 v0.8.26 v0.10.28 + +## Compatibility Issues +`nvm` will encounter some issues if you have some non-default settings set. (see [#606](/../../issues/606)) +The following are known to cause issues: + +Inside `~/.npmrc` +``` +prefix='some/path' +``` +Environment Variables: +``` +$NPM_CONFIG_PREFIX +$PREFIX +``` ## Problems