1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-09-25 03:01:13 +08:00

Note compatibility issue with set -e

See discussion in #865.
This commit is contained in:
John Firebaugh 2015-10-09 11:01:07 -07:00
parent e1c84bae37
commit affe0baa95

View File

@ -216,6 +216,10 @@ Environment Variables:
$NPM_CONFIG_PREFIX
$PREFIX
```
Shell settings:
```
set -e
```
## Problems