Open Oliver-Trieu opened 4 years ago
Title says it all. just add:
const when = require('when');
to the app.js in the conditional example to make it work.
I have to include "when": "^3.7.8" in package.json dependencies too.
"when": "^3.7.8"
Title says it all. just add:
const when = require('when');
to the app.js in the conditional example to make it work.