Normally it doesn't matter, but there's a shebang in there: ```bash #!/usr/bin/env node ``` I had CI failures on macOS and Linux until I started running `dos2unix` on `node_modules/.bin/node-pre-gyp-github`, because they were looking for `node\r`.