Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

compatibility with grunt@0.4 #1

@burkestar

Description

@burkestar

Hello!

It looks like this project is targeted at grunt@0.3 and isn't compatible with grunt@0.4. 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 grunt@0.4 by default now (at least it did for me). The simple fix was to instead install grunt@0.3 using "npm install grunt@0.3" and now it works flawlessly!

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

Best,
Dustin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions