Expand description
Exit codes for nrs.
Constantsยง
- GENERAL_
ERROR - General error.
- INTERRUPTED
- Interrupted (Ctrl+C).
- INVALID_
CONFIG - Invalid configuration.
- NO_
PACKAGE_ JSON - No package.json found.
- NO_
SCRIPTS - No scripts defined.
- SCRIPT_
FAILED - Script execution failed.
- SUCCESS
- Success.