grunt-emblem icon indicating copy to clipboard operation
grunt-emblem copied to clipboard

Object object has no method run?

Open iest opened this issue 11 years ago • 4 comments

I try running the task and I get:

Running "emblem:compile" (emblem) task
Warning: Object object has no method 'run' Use --force to continue.

Aborted due to warnings.

Any ideas?

iest avatar Sep 02 '13 17:09 iest

Same problem here. Works on one of our machines, but not another. Still trying to figure out what is causing it.

ghempton avatar Sep 24 '13 18:09 ghempton

I'm also experiencing this issue when trying to deploy to heroku

mattbeedle avatar Nov 19 '13 07:11 mattbeedle

Has there been any resolution to this?

raykao avatar Dec 17 '13 01:12 raykao

I think it's related to jsdom/contextify, you can try npm rebuild in your project folder. If there's building problem, you can refer to installation part of jsdom/node-gyp https://github.com/tmpvar/jsdom#contextify https://github.com/TooTallNate/node-gyp#installation

inDream avatar Dec 19 '13 08:12 inDream