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

Updating ember fails #1793

Open
krausest opened this issue Dec 14, 2024 · 3 comments
Open

Updating ember fails #1793

krausest opened this issue Dec 14, 2024 · 3 comments

Comments

@krausest
Copy link
Owner

krausest commented Dec 14, 2024

As in #1789 I'm updating all implementations. For ember I went the npm uninstall ember-cli, npm install ember-cli, ember update route but the app prints the following error:

ember.js:5917 Uncaught TypeError: Cannot destructure property 'manager' of 'e' as it is null.
    at Lp.resolvedComponent (ember.js:5917:1)
    at ember.js:1247:1
    at Fs (ember.js:1247:1)
    at a (ember.js:1498:1)
    at ember.js:1492:1
    at Ys.compile (ember.js:1286:1)
    at Rl (ember.js:1498:1)
    at ember.js:1498:1
    at Ol.compile (ember.js:1498:1)
    at Object.evaluate (ember.js:6048:1)

It was moved to the broken-frameworks folder.
@NullVoxPopuli Can you take a look at it please?

@NullVoxPopuli
Copy link
Contributor

What node are you using?
From what directory did you run the command?

@krausest
Copy link
Owner Author

It's node v20.17.0 in the implementation's root directory keyed/ember (but I ran it from ./node_modules/.bin/ember, not from a global installation)

@NullVoxPopuli
Copy link
Contributor

Thanks, i'll take a look later today

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

2 participants