An open API service indexing awesome lists of open source software.

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

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.