Can't execute lint because of missing dependencies
Problem
In the work of solving #160 (closed), the lint
test fails with the following error message:
$ meteor npm run lint
> app@0.0.1 lint /builds/daniel.dehennin/questionnaire/app
> eslint . --ext js,jsx
sh: 1: eslint: not found
It looks like there is a dependency issue.