Closed allquixotic closed 8 years ago
Refer to my commit here on my fork - it's a one-line change.
On Ubuntu 14.04 with Node 0.12.9, if I don't include ./ in front of the require for run-headless.config.js, it errors out complaining it can't find the module.
./
require
run-headless.config.js
Refer to my commit here on my fork - it's a one-line change.
On Ubuntu 14.04 with Node 0.12.9, if I don't include
./
in front of therequire
forrun-headless.config.js
, it errors out complaining it can't find the module.