-
Notifications
You must be signed in to change notification settings - Fork 69
Error: parsing json file angular 5 #37
Comments
I have the same issue |
Check for a trailing |
I have the same issue |
Try using a tool to validate your JSON - that was my issue, super picky formatting; no trailing commas, wrap all attribute names in quotes, etc. Try this: https://jsonlint.com/ |
It is valid. I checked with several tools, including the one you provided. |
i have same issue |
I have checked already, but there's not a typing error. |
I just updated to Angular 5. I am using asp-prerendering from .Net Core 2 feature.
I import the plugin using
and
I am receiving the following error: NodeInvocationException: Http failure during parsing for http://localhost:50475/assets/i18n/en.json
If I disable pre-rendering or I don't import ngx-translate plugin, everything works.
The text was updated successfully, but these errors were encountered: