I receive the following error message after the make compile command:
Compiling src/*.coffee to build.js
browserify -t coffeeify src/main.coffee -o build.js
/usr/bin/env: node: No such file or directory
make: *** [compile] Error 127
I am not very versed in this so am stuck at this stage...