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

Uncaught TypeError: Cannot set property 'compilerInfo' of undefined #2955

Closed
basepack opened this issue Jan 12, 2015 · 15 comments
Closed

Uncaught TypeError: Cannot set property 'compilerInfo' of undefined #2955

basepack opened this issue Jan 12, 2015 · 15 comments

Comments

@basepack
Copy link

Hi,

I am getting a Uncaught TypeError: Cannot set property 'compilerInfo' of undefined error when building with the new Ember-CLI 0.1.6. I have made sure that everything is in place with ember init.

What can be happening here?
Also a screenshot of the code:
error

Edit: I am using the following:

 DEBUG: -------------------------------
ember.debug.js:4155 DEBUG: Ember                          : 1.11.0-beta.1+canary.4df827e5
ember.debug.js:4155 DEBUG: Ember Data                     : 1.0.0-beta.15-canary
ember.debug.js:4155 DEBUG: jQuery                         : 1.11.2
ember.debug.js:4155 DEBUG: Ember Simple Auth              : 0.6.7
ember.debug.js:4155 DEBUG: Ember Simple Auth Cookie Store : 0.6.7
ember.debug.js:4155 DEBUG: Ember Simple Auth OAuth 2.0    : 0.6.7
ember.debug.js:4155 DEBUG: -------------------------------
@basepack
Copy link
Author

This did looklike a Handebars error. So I got it solved when using HTMLBars.

@HamptonMakes
Copy link

I have this erorr too... and have no idea what I'm supposed to do to fix it. What do I do with HTMLbars?

@quaertym
Copy link
Contributor

@cannect I just got this error. What's the fix for this?

@adamsrog
Copy link

Encountered this same error after creating a new ember-cli 0.1.15 app, then upgrading ember to 1.10.0. Installing the HTMLBars add-on fixed the problem for me.

ember install:addon ember-cli-htmlbars

@quaertym
Copy link
Contributor

@adamsrog Thanks. Mine was because of a dependency (ic-modal) removing that fixed it.

@HamptonMakes
Copy link

Yeah, mine was caused by Emblem. ;(

@soundarapandian
Copy link

I am facing the exact issue. I tried running this command ember install:addon ember-cli-htmlbars. But it does not solved the problem.

Do I need to uninstall handlebars and install htmlbars to solve this issue?

@rwjblue
Copy link
Member

rwjblue commented Feb 16, 2015

@soundarapandian - Here are the changes to use Ember 1.10 with ember-cli 0.1.15: rwjblue/components-in-subdirs@78e7ed2.

@soundarapandian
Copy link

@rwjblue 💚 I was looking for the exact link you provided. Thank you.

@drewcovi
Copy link

hmmm what did i do? :)

@soundarapandian
Copy link

@drewcovi Sorry my mistake. I was intended to mention rwjblue actually.

@rlynjb
Copy link

rlynjb commented Feb 26, 2015

thanks @adamsrog this helped me fix the same issue i was having 👍

@constantm
Copy link

Emblem is causing this for me too on Ember 1.10.0. Tried install htmlbars with no luck. Any ideas?

@coladarci
Copy link

As an FYI, I was having the same issue and the fix for me was to use this: https://github.com/Vestorly/ember-cli-emblem-hbs-printer (follow the instructions in the readme).

@MrJadaml
Copy link

MrJadaml commented Apr 3, 2015

Had the same issue and an npm update resolved it for me. (using CLI)

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