We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was mentioned here: #23
But Glimmer is now on 0.88. 😅
It seems also the glimmer dependencies need to move to dependencies.
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
The text was updated successfully, but these errors were encountered:
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" } } } }
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: