Skip to content

Commit 7ea15a7

Browse files
committed
Added compatibility issues section
Sections includes warnings for cretain nonstandard path settings and environment variables that conflict with nvm.
1 parent 6a114ed commit 7ea15a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,20 @@ nvm uninstall
186186

187187
$ nvm uninstall [tab][tab]
188188
my_alias default v0.6.21 v0.8.26 v0.10.28
189+
190+
## Compatibility Issues
191+
`nvm` will encounter some issues if you have some non-default settings set. (see [#606](/../../issues/606))
192+
The following are known to cause issues:
193+
194+
Inside `~/.npmrc`
195+
```
196+
prefix='some/path'
197+
```
198+
Environment Variables:
199+
```
200+
$NPM_CONFIG_PREFIX
201+
$PREFIX
202+
```
189203

190204
## Problems
191205

0 commit comments

Comments
 (0)