-
Notifications
You must be signed in to change notification settings - Fork 12k
patterns.map is not a function #3566
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
Comments
Tried on latest version, still an issue. Hope someone can shed a light on this! I really want to use the new i18n feature, our entire release depends on that feature... @hansl |
I've done some research, in my case the patterns variable is a string, not an array... |
I've "fixed" it by adding a check here:
However, I have no idea if this is intended behavior, and why this is now happening. In my case, "patterns" equals "img". |
The feature request: #2405 |
This seems to be a problem with how we get defaults, which broke with #2405. |
although issue has been closed... I had same exception when moving from beta.22-1 to beta.24; I changed "assets" parameter in angular-cli.json.
This parameter must be an array. |
I have this problem as well, but on my platform, the Is there any more information I can provide or anything else I can do to support this? |
Yup still have the same problem. I migrated from 1.0.0 beta 17 to 1.0.0 beta 30 and loicsalou solution worked for me. |
still have same error on "angular-cli": "1.0.0-beta.28.3", |
So it's not totally obvious from above, @glorment , but if you go into your So your **
|
This has been marked as a breaking change and is working as intended. People following updates of hte CLI shouldn't have any problems, and new projects are generated correctly. |
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. |
OS?
Versions.
Repro steps.
This app is working fine on 1.0.0-beta.21. On the latest master branch I get this error.
The log given by the failure.
The text was updated successfully, but these errors were encountered: