-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Good afternoon, I've tried the module (did a fork and clone), and tried to run the vows tests like this:
macbook-pro-de-rafael-nami:node-donkey rafanami$ vows tests/processors/test-choice.js
But I had this exception below:
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module '../../lib/node-donkey/processors/Filter'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object. (.../node-donkey/tests/processors/test-choice.js:5:14)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)
I've done the npm install of the dependencies described in package.json, but it failed too. And I have vows globally installed in my computer. What can be going wrong? I'll keep trying changing the test code and giving feedback.