eslint-watch
eslint-watch copied to clipboard
Enable error message that `eslint` is not installed
What was the problem/Ticket Number
closes #183
How does this solve the problem?
Checks error.code
(ENOENT
) rather than error.errno
(-2
) when displaying error.
https://github.com/sindresorhus/execa#handling-errors
How to duplicate the issue
-
mv node_modules/.bin/eslint node_modules/.bin/eslint.bak
- Call
eslint-watch