Mike Lippold
unread,Jan 7, 2011, 3:43:05 PM1/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jasmine
I found some issues trying to run jasmine on the latest version of
nodejs, v0.3.3. jasmine-tool installed ok, but when I tried to run
it, I got the following error:
$ jasmine run
node.js:68
throw e; // process.nextTick error, or 'error' event on first
tick
^
TypeError: Object function require(path) {
return loadModule(path, self);
} has no method 'async'
at Configuration.<anonymous> (/Users/mikey/local/lib/node/.npm/
jasmine/0.1.0/package/lib/config.js:4:13)
at loadConfig (/Users/mikey/local/lib/node/.npm/jasmine/0.1.0/
package/lib/jasmine-runner.js:80:31)
at Object.run (/Users/mikey/local/lib/node/.npm/jasmine/0.1.0/
package/lib/jasmine-runner.js:34:7)
at Object.run (/Users/mikey/local/lib/node/.npm/jasmine/0.1.0/
package/lib/jasmine-runner.js:69:25)
at /Users/mikey/local/lib/node/.npm/jasmine/0.1.0/package/bin/
jasmine:25:13
at Object.<anonymous> (/Users/mikey/local/lib/node/.npm/jasmine/
0.1.0/package/bin/jasmine:27:2)
at Module._compile (node.js:360:32)
at Object..js (node.js:368:14)
at Module.load (node.js:291:27)
at loadModule (node.js:263:14)
I resolved this by uninstalling jasmine-tool, npm and nodejs, then
installing everything under nodejs v0.2.6. All is good with the world
now.
BTW James, this is a great tool and I am grateful you have spent time
working on it. Congrats on the new addition to your family as well.
Mike