Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object #<Object> has no method 'registerHelper' #2

Open
RobinQu opened this issue Sep 10, 2013 · 1 comment
Open

Object #<Object> has no method 'registerHelper' #2

RobinQu opened this issue Sep 10, 2013 · 1 comment

Comments

@RobinQu
Copy link

RobinQu commented Sep 10, 2013

this grunt plugin failed to work.

npm test

> grunt-handlebars-static@0.1.2 test /Users/robinqu/Desktop/TTS/tts-web/node_modules/grunt-handlebars-static
> grunt test

Loading "handlebars-static.js" tasks...ERROR
>> TypeError: Object #<Object> has no method 'registerHelper'

Running "clean:server" (clean) task
Cleaning .tmp...OK

Running "concurrent:test" (concurrent) task
    Warning: Loading "handlebars-static.js" tasks...ERROR
    >> TypeError: Object #<Object> has no method 'registerHelper'
    Warning: Task "coffee" not found. Use --force to continue.

    Aborted due to warnings.

    Elapsed time
    Total  585ms Use --force to continue.

        Aborted due to warnings.

        Elapsed time
        test             517ms
    concurrent:test  967ms
    Total            1s
    npm ERR! weird error 6
npm ERR! not ok code 0

@mmwtsn
Copy link

mmwtsn commented Nov 1, 2013

Grunt's helper system has been removed from version 0.4. This plugin needs to be refactored in order to work with Grunt 0.4.

In the meantime, specifying version Grunt 0.3 should fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants