-
Notifications
You must be signed in to change notification settings - Fork 137
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
Build Error (PackagerRunner) in node_modules\@glimmer\tracking\index.js
#1132
Comments
do you have a reproduction readily available? |
@NullVoxPopuli here a simple repo with Ember 4.1, Embroider With this repo there is possible to reproduce: #1086 (comment) When i add With Embroider |
these statements seem to be in conflict 🤔 Looking at the changelog: https://github.com/embroider-build/embroider/blob/main/CHANGELOG.md I was playing around with your reproduction -- want to show my debugging process:
Thanks for reporting!!! |
In hindsight, I probably should have started with the compat code. 🙃 |
I hope every PR could have a step-by-step debugging / developing process like what @NullVoxPopuli did here, wonderful! |
@NullVoxPopuli thank you for this step by step debugging & PR 🙃. Wunderful |
fix was released in embroider |
did you delete |
@NullVoxPopuli i have now manually removed the |
@NullVoxPopuli after some changes i was running in the same error 😢 |
do you have a reproduction? |
i will try to create a repository, which i can share you... but i think, its difficult... |
@NullVoxPopuli with new repo there is not possible to reproduce, but i have something found out: I'm working on Windows 10 x64 with VSCode. My repo is already a little bit larger (+- 3 secounds for a rebuild). Maybe you have a large repository, so you can try it to reproduct it with them, otherwise i must create a repo with x-components... |
are you using WSL-2? |
no, at the moment i'm working directly in windows with powershell, but there is planned to switch to WSL-2, because its faster and also recommended from ember |
I think we can close this issue for now. If anyone has a similar error, please open a new issue <3 |
Ember: 4.1.0
Embroider 1.2.0
OS: Win 10
Sometime after file changes the build fails.
The only fix is to stop and restart ember serve.
This bug cames randomly after x file changes
We use
ember-cached-decorator-polyfill
because@cached
doesn't work with the latest embroider versionMaybe related: #1086 (comment)
Looks like the path is wrong?
ENOENT: no such file or directory, open '$TMPDIR\embroider\a1864e\node_modules\@glimmer\tracking\index.js\index.js'
The text was updated successfully, but these errors were encountered: