strongloop / strong-globalize

strong-globalize is built on Unicode CLDR and jquery/globalize and implements automatic extraction of strings from JS source code and HTML templates, lint the string resource, machine-translate them in seconds. In runtime, it loads locale and string resource into memory and provides a hook to persistent logging.
Other
25 stars 16 forks source link

strong-globalize@~5.0.4 breaks support for node 8 #163

Closed jamagalhaes closed 4 years ago

jamagalhaes commented 4 years ago

Hey, since v5.0.4 support for node 8 is broken due to a major bump in mkdirp dependency (from v0 to v1).

this is impacting loopback v3.

can you please have a look?

raymondfeng commented 4 years ago

It should been fixed by strong-globalize@5.1.0

dhmlau commented 4 years ago

@jamagalhaes, thanks for reporting. Please see @raymondfeng's comment above. Closing this issue as resolved.

Thanks @raymondfeng!