n-makefile icon indicating copy to clipboard operation
n-makefile copied to clipboard

Better error messages when CLI tools missing

Open matthew-andrews opened this issue 9 years ago • 1 comments

e.g.

- Please run `npm install --save-dev` or remove `.editorconfig` from this repository or `.gitignore` file.

matthew-andrews avatar Feb 24 '16 09:02 matthew-andrews

Alternatively line 82 could also check that the lintspaces command exists?

@if [ -e .editorconfig ] && [ -e package.json ] && [ -x "$(which lintspaces)"  ]; ...

rowanmanning avatar Mar 23 '16 13:03 rowanmanning