tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Upgrade to 5.0.0 breaks on non-windows machines #95

Closed deviantintegral closed 2 years ago

deviantintegral commented 2 years ago

It looks to be exactly the same issue as https://github.com/tbroadley/spellchecker-cli/issues/86:

$ ./node_modules/.bin/spellchecker
env: node\r: No such file or directory
tbroadley commented 2 years ago

Thank you! I just published 5.0.1 to fix this, and updated RELEASE.md so hopefully I don't make this mistake again.

deviantintegral commented 2 years ago

Looks good to me! Thank you.