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`.
Normally it doesn't matter, but there's a shebang in there:
#!/usr/bin/env nodeI had CI failures on macOS and Linux until I started running
dos2unixonnode_modules/.bin/node-pre-gyp-github, because they were looking fornode\r.