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 read properties of null (reading 'register') at emberCliEmbeddedStart (embedded.ts:112:14) #186

Closed
JamesWilmot opened this issue Jun 23, 2022 · 2 comments · Fixed by #188 or #192

Comments

@JamesWilmot
Copy link

Trying to use addon with basically an empty ember 4.4 app and I'm getting this error:

Uncaught TypeError: Cannot read properties of null (reading 'register')
    at emberCliEmbeddedStart (embedded.ts:112:14)

I'm going to poke around and see what I can do. I'll pick my co-worker's brain when she gets back too.

@MrChocolatine
Copy link
Member

Attempt to fix this issue with #188 .

ndekeister-us pushed a commit that referenced this issue Jun 27, 2022
* fix: bind `application` to `start` function

Fix #186

* chore: disable `noEmitOnError`
@ndekeister-us
Copy link
Member

@JamesWilmot released v2.5.0 with commit from @MrChocolatine which fix the issue, thank you both for report + fix!

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

Successfully merging a pull request may close this issue.

3 participants