Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Better error messages when CLI tools missing #19

Open
matthew-andrews opened this issue Feb 24, 2016 · 1 comment
Open

Better error messages when CLI tools missing #19

matthew-andrews opened this issue Feb 24, 2016 · 1 comment

Comments

@matthew-andrews
Copy link
Contributor

e.g.

- Please run `npm install --save-dev` or remove `.editorconfig` from this repository or `.gitignore` file.
@rowanmanning
Copy link
Member

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants