-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Unable to build my project #7227
Comments
This happened to me also, it seems that from some version above the In your case you should be able to use in
Still I think this is a valid issue and makes sense for the folders to be created deeply. |
Wow, just that ? I pulled my hair for 2 hours around this issue ... The strange thing is that I published it this morning without any issue, and 4 hours later, it didn't work anymore. Thank you for your help, and yes, I agree with you, this shouldn't happen ! I won't close it, and let them decide. |
Thank to your comment, I discovered that it was due to a missing translation :
This trans-unit (rather complicated) had no target translation, and when I used your workaround, it told me the problem. Now it works again, as expected ! Maybe the issue is that the wrong error is brought back to the user ? |
No idea what exactly is the problem, but now that you mention - I recall I also had a missing translation e.g. |
@trichetriche Now that the issue was solved, can you please close it ? |
As I said, it's still a problem (wrong error brought to the user + missing |
Duplicate of #7203 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.2.4
node: 6.10.3
os: win32 x64
@angular/animations: 4.3.2
@angular/cdk: 2.0.0-beta.8
@angular/cli: 1.2.4
@angular/common: 4.3.2
@angular/compiler: 4.3.2
@angular/compiler-cli: 4.3.2
@angular/core: 4.3.2
@angular/flex-layout: 2.0.0-beta.8
@angular/forms: 4.3.2
@angular/http: 4.3.2
@angular/material: 2.0.0-beta.8
@angular/platform-browser: 4.3.2
@angular/platform-browser-dynamic: 4.3.2
@angular/router: 4.3.2
@angular/language-service: 4.3.2
Repro steps.
I don't know how to reproduce it, it may be project related. You can find the project at This repository if you want to try.
It happens when I run
npm run build-i18n
, which launchesng build --output-path=dist/en --aot --prod --bh /en/ --i18n-file=src/i18n/messages.en.xlf --i18n-format=xlf --locale=en
(and the french version). I haven't been able to find an answer online.The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: