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

Build problems after updating ember-l10n from 4.x to 5.x #99

Open
progmatic-99 opened this issue Oct 26, 2021 · 7 comments · Fixed by #100
Open

Build problems after updating ember-l10n from 4.x to 5.x #99

progmatic-99 opened this issue Oct 26, 2021 · 7 comments · Fixed by #100

Comments

@progmatic-99
Copy link

I upgraded ember-l10n(devDependency) package from 4.x to latest version which is 5.1.0, after that ember serve doesn't work.
I tried uninstalling and reinstalling the package, but no luck.

I get the error:

Build Error (CreateEmberL10nFastBootAssetMap)

ENOENT: no such file or directory, scandir '/tmp/broccoli-7518h8A17KW9hHxR/out-1002-append_ember_auto_import_analyzer//tmp/broccoli-7518h8A17KW9hHxR/out-1002-append_ember_auto_import_analyzer'

Here's the stack trace: https://pastebin.com/qCuWzCig

Output from ember version --verbose && npm --version && yarn --version:

ember version: octane
yarn version: 1.22.11
npm version: 6.14.15
@progmatic-99
Copy link
Author

@mydea Can you take a look, please??

@mydea
Copy link
Contributor

mydea commented Oct 27, 2021

Hopefully this is fixed by updating dependencies. I'll cut a 5.2 release, let me know if there are still problems.

@progmatic-99
Copy link
Author

@mydea Still getting the same error.

@mydea
Copy link
Contributor

mydea commented Oct 27, 2021

Are you using fastboot and/or embroider?

@progmatic-99
Copy link
Author

fastboot is used but that is disabled on development and only used in production. Build error still appear with fastboot disabled.

@mydea
Copy link
Contributor

mydea commented Oct 27, 2021

I have no fastboot setup anywhere right now, so a bit hard for me to debug without a proper reproduction. I'll see if I can figure something out tomorrow!

@mydea mydea reopened this Oct 27, 2021
@mydea
Copy link
Contributor

mydea commented Oct 28, 2021

I tried to look into it, it seems to be some weird issue with how broccoli-plugin works - I created an issue there:
broccolijs/broccoli-plugin#69

Not really sure where the "fault" is here, but I think the code in ember-l10n should work.

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

Successfully merging a pull request may close this issue.

2 participants