https://github.com/exogen/npm-shell-debug
Debug the shell that NPM launches to run your scripts
https://github.com/exogen/npm-shell-debug
Last synced: 9 months ago
JSON representation
Debug the shell that NPM launches to run your scripts
- Host: GitHub
- URL: https://github.com/exogen/npm-shell-debug
- Owner: exogen
- Created: 2015-11-17T02:04:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T02:12:51.000Z (about 10 years ago)
- Last Synced: 2025-04-03T11:15:42.398Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-shell-debug
Debug the shell that NPM launches to run your `scripts`.
On `postinstall`, this package runs:
```sh
which sh
echo $SHELL
echo $SHELLOPTS
shopt
```
If you're experiencing any errors when running something in `scripts`, or when
you install a package that has a `postinstall`, then installing this package
might help you debug why the command fails on your machine.