j-mcnally / ember-cli-chrome

A small and growing toolkit to build chrome extensions with EmberJS
62 stars 12 forks source link

TypeError: Cannot set property 'enabled' of undefined #9

Closed rafaltrojanowski closed 9 years ago

rafaltrojanowski commented 9 years ago

Does somebody have this error?

TypeError: Cannot set property 'enabled' of undefined
  at EmberCLIChrome.included (/.../.../node_modules/ember-cli-chrome/lib/chrome-app.js:118:35)
j-mcnally commented 9 years ago

what version of ember-cli are you using?

rafaltrojanowski commented 9 years ago

I tested with 0.2.7 and 1.13.1

kyleshevlin commented 9 years ago

At the risk of sounding dumb, but I'm guessing the fix is merged but not released. Just installed ember-cli-chrome 0.0.7 tonight and had to add in the add.options.fingerprint.. code that @robbiewain added to get the server running. Is this accurate?

j-mcnally commented 9 years ago

Yeah i need to cut a new release.

On Wed, Aug 5, 2015 at 12:15 AM, Kyle Shevlin notifications@github.com wrote:

At the risk of sounding dumb, but I'm guessing the fix is merged but not released. Just installed ember-cli-chrome 0.0.7 tonight and had to add in the add.options.fingerprint.. code that @robbiewain https://github.com/robbiewain added to get the server running. Is this accurate?

— Reply to this email directly or view it on GitHub https://github.com/j-mcnally/ember-cli-chrome/issues/9#issuecomment-127857597 .

http://www.kohactive.com Justin McNally Technology Director / Principal p: 312.273.3074 <+13122733074> | e: justin@kohactive.com | skype: justinmcnally211 http://is.gd/UuXAGG https://github.com/j-mcnally https://twitter.com/j_mcnally https://www.linkedin.com/profile/view?id=143776726

rafaltrojanowski commented 9 years ago

Thanks @robbiewain @j-mcnally