Skip to content

Commit

Permalink
Merge pull request #726 from SeeThruHead/master
Browse files Browse the repository at this point in the history
README: Add note about `~/.npmrc` compatibility issues.

Relates to #606.
  • Loading branch information
ljharb committed Apr 13, 2015
2 parents 6a114ed + 7ea15a7 commit de93dc4
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 de93dc4

Please sign in to comment.