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

Glimmer dependencies missing (and too old) #43

Open
NullVoxPopuli opened this issue Feb 2, 2024 · 1 comment
Open

Glimmer dependencies missing (and too old) #43

NullVoxPopuli opened this issue Feb 2, 2024 · 1 comment

Comments

@NullVoxPopuli
Copy link

This was mentioned here: #23

But Glimmer is now on 0.88. 😅

It seems also the glimmer dependencies need to move to dependencies.

I get this error:

 Cannot find module '@glimmer/syntax'
 Require stack:
 - <deps>/ember-ast-helpers@0.4.0/node_modules/ember-ast-helpers/build-time-component.js
@NullVoxPopuli NullVoxPopuli changed the title Glimmer dependencies too old Glimmer dependencies missing (and too old) Feb 2, 2024
@NullVoxPopuli
Copy link
Author

I was able to get passed this with pnpm's packageExtensions feature:

"pnpm": {
    "packageExtensions": {
 
      "ember-ast-helpers@0.4.0": {
        "dependencies": {
          "@glimmer/syntax": "^0.27.0",
          "@glimmer/compiler": "^0.27.0"
        }
      }
    }

}

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

1 participant