later icon indicating copy to clipboard operation
later copied to clipboard

Make test => Unhandled promise rejection

Open murrah opened this issue 8 years ago • 1 comments

Hi, I have clean installed later.js via npm and am attempting to run the tests as per documentation. $ make test When I do that I get: make Invoking test target make Invoking later.js target node:6684 UnhandledPromiseRejectionWarning: Unhandled promise rejection : undefined make x ERR not found: make-$<shell

followed by the make help dump.

I am using node v6.9.4, make v0.8.1, Win7 64bit.

I assume it is choking on something in later.js but how to work out what? I have not used make before.

Any ideas?

And... I love later.js - it is very cool!

murrah avatar Jul 09 '17 07:07 murrah

I have fixed all tests in my maintained fork at https://github.com/breejs/later, which I made for Bree, the best job scheduler at https://github.com/breejs/bree.

niftylettuce avatar Aug 21 '20 08:08 niftylettuce