-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
ember-moment is trying to import from ember-cli-moment-shim but that is not one of its explicit dependencies Error thrown while using Embroider compat build #395
Comments
can you provide the text for this error? hard to read as is |
ember-moment is trying to import from ember-cli-moment-shim but that is not one of its explicit dependencies |
that package is not present in the repo: https://github.com/search?q=repo%3Aadopted-ember-addons%2Fember-moment%20shim&type=code what package manager are you using? npm,yarn,pnpm? can you tell your package manager to list what copies of ember-moment you have?
|
i'm using yarn as package manager, and ember-moment version is @10.0.0 |
can you provide the output of:
|
yarn why ember-moment [1/4] Why do we have the module "ember-moment"...? yarn list ember-moment yarn list v1.22.19 |
can you also provide the stack trace from the log in your error? |
Here is the Stack trace report for your reference, ================================================================================= ENV Summary: TIME: Thu Apr 13 2023 19:46:18 GMT+0530 (India Standard Time)
ERROR Summary:
================================================================================= |
what is the version in |
if you can find where ember-cli-moment-shim is being hit, that'd be a huge help. |
"name": "ember-moment", { |
can you use code fences so your code is formatted? hard to tell what indentation is.
|
json |
can you debug your command with the VSCode |
I'me having a similar (or actually the same) issue with Ember 4.12 and embroider-safe: |
The text was updated successfully, but these errors were encountered: