stephenplusplus/grunt-wiredep

Warning: Task "wiredep" not found. Use --force to continue.

Closed this issue · 4 comments

$ grunt wiredep

/Users/gailees/Dropbox/Projects/yo-movesio/Gruntfile.js:89
    connect: {
    ^^^^^^^
Loading "Gruntfile.js" tasks...ERROR
>> SyntaxError: Unexpected identifier
Warning: Task "wiredep" not found. Use --force to continue.

Aborted due to warnings.

https://www.dropbox.com/s/pcn924orkyihziz/Screenshot%202014-11-09%2000.32.33.png?dl=0

I'm using the chrome extension yo generator and wiredep doesn't seem to be playing well: https://github.com/yeoman/generator-chrome-extension

I'm guessing it could have something to do with an override in the Gruntfile but I'm honestly not sure why it isn't working: https://github.com/yeoman/generator-chrome-extension/blob/master/app/templates/Gruntfile.js

Can you open an issue on that generator? This doesn't seem to be an issue with grunt-wiredep.

This error means there's a syntax error in your grunt file, probably because of an unclosed curly brace or forgotten comma. Double check that any edits you've made to that file might have caused something like that.

hello am having issues with Warning: Task "wiredep" not found Use --force to continue