Note compatibility issue with `set -e`
See discussion in #865.
parent
e1c84bae37
commit
affe0baa95
|
@ -216,6 +216,10 @@ Environment Variables:
|
||||||
$NPM_CONFIG_PREFIX
|
$NPM_CONFIG_PREFIX
|
||||||
$PREFIX
|
$PREFIX
|
||||||
```
|
```
|
||||||
|
Shell settings:
|
||||||
|
```
|
||||||
|
set -e
|
||||||
|
```
|
||||||
|
|
||||||
## Problems
|
## Problems
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue