bchr02 / node-pre-gyp-github

A node-pre-gyp module which provides the ability to publish to GitHub releases.
MIT License
52 stars 32 forks source link

set unix line endings in bin #2

Closed jacobrosenthal closed 8 years ago

jacobrosenthal commented 8 years ago

On OSX when I run I get

Jacobs-MacBook-Air:node-serialport jacobrosenthal$ node_modules/.bin/node-pre-gyp-github publish
env: node\r: No such file or directory

googling said to vi bin/node-pre-gyp-github.js and :set ff=unix

Which is working for me now

bchr02 commented 8 years ago

Thanks @jacobrosenthal good catch!