os-locale version 6 changed from using Common-JS require syntax to using ES6 import syntax. My understanding of this change is that this and dependant modules will need changed to be ES6 compatible, or the os-local requirement needs capped at version 5.
os-locale
version 6 changed from using Common-JSrequire
syntax to using ES6import
syntax. My understanding of this change is that this and dependant modules will need changed to be ES6 compatible, or theos-local
requirement needs capped at version 5.