Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run
npm
with --silent
to prevent it from stalling on Windows
For some reason, node-gyp never exits if we run `npm` commands without the `--silent` option. Passing `--no-progress --no-color` and/or capturing the output of stderr and stdout doesn't help. This will still make the npm commands fail in case something goes wrong, and won't suppress the node-gyp output when running cargo in verbose mode.
- Loading branch information