Open andersr opened 8 years ago
upgrading chimp to a version > 0.26.0 in your package.json file under devDependencies solved this problem for me. I think 0.28.1 is latest version of chimp now.
Upgrading to > 0.26.0 had no impact on my end. I also tried nuking and re-installing node/npm but that had no impact.
However, everything except CI runs as expected after disabling the following in /.scripts/test.js
function runChimp(callback) {
startProcess({
name: 'Chimp',
// options: {
// env: extend({CI: 1}, process.env)
// },
command: chimpScript
}, callback);
}
That's all the troubleshooting I have time for atm, but perhaps this will help further isolate the issue.
Could be that you have upgraded from Node.js 4 to 5? Then a reinstall of the dependencies should do it. On CI you can clear the cache. rm -rf node_modules && npm install
.
Hi,
I cloned this repo and ran the test script locally. The main start script appears to run fine but when the test script runs, after all unit test pass, there is an error which appears to be related to a missing 'selenium-standalone' module. Please see the complete log below.
I attempted to manually install the selenium-standalone package but that had no impact.
Npm debug log: