Skip to content

Commit

Permalink
Added compatibility issues section
Browse files Browse the repository at this point in the history
Sections includes warnings for cretain nonstandard path settings and environment variables that conflict with nvm.
  • Loading branch information
SeeThruHead committed Apr 13, 2015
1 parent 6a114ed commit 7ea15a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ea15a7

Please sign in to comment.