for javascript when I click on Build=>Lint that return
/bin/sh 1: jshint: not found
how to change the path bin/sh to detect $PATH ?
I export jshint in $PATh in the file .bashrc in /home/user/ and in my terminal jshint is detected but not in geany?
thanks if someone can help !