Chad Lazette
Chad Lazette
It looks like it's not cldr.js' fault. It appears to be this code from one of the examples. Now, I just need to resolve the issue. `// Normalize $.get results,...
Any resolution to this issue?
Is there a solution for this issue? v1.4.0 still exhibits this behavior. Exclude is completely ignored. I tried adding the excludeAfterRemap setting but that didn't solve the issue.
If I try to use de as the locale, I get E_MISSING_CLDR: Missing required CLDR content `main/de/dates/calendars/gregorian/dateFormats/medium`. I am having an interesting time attempting to understand what files are needed...
You bet, @brianharman.
I've tried several things to no avail.
No problem. I don't even know what I am going to try next relative to identifying the cause. As of now, I am trying to work around the issue by...
The resolution ended up being proxy related and involved setting the following configuration values. **npm config:** npm set proxy _yourproxyurlandport_ npm set https-proxy _yourproxyurlandport_ **Windows Environment Variable:** Run cmd as...