testable-javascript icon indicating copy to clipboard operation
testable-javascript copied to clipboard

compatibility with [email protected]

Open burkestar opened this issue 11 years ago • 1 comments

Hello!

It looks like this project is targeted at [email protected] and isn't compatible with [email protected]. I tried "npm install grunt" and it led to a fatal error when running "grunt test" that complained about "unable to find local grunt". I noticed the grunt.js file instead of Gruntfile which is now the convention. npm installs [email protected] by default now (at least it did for me). The simple fix was to instead install [email protected] using "npm install [email protected]" and now it works flawlessly!

Hope that helps someone else just getting started with testable javascriptt.

Best, Dustin

burkestar avatar Mar 05 '13 17:03 burkestar

Any chance you'd want to make a pull request to get it working with 0.4? I just started a new job so I'm a little preoccupied at the moment :)

rmurphey avatar Mar 09 '13 22:03 rmurphey