Note compatibility issue with `set -e`

See discussion in #865.
John Firebaugh 2015-10-09 11:01:07 -07:00
parent e1c84bae37
commit affe0baa95
1 changed files with 4 additions and 0 deletions

View File

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