Open matthewmueller opened 10 years ago
can we just:
var which = require('which').sync; var phantom = which('phantomjs'); if (!phantom) { throw new Error('phantomjs is not installed :('); }
can we just: