Closed luochen1990 closed 7 years ago
When console.log(require("full-icu").datPath()), the environment variable 'NODE_ICU_DATA' seems not considered.
console.log(require("full-icu").datPath())
@luochen1990 this function gives the data path of the full-icu installed data. It doesn't know the data path that Node uses.
full-icu
closing this, please reopen if needed.
When
console.log(require("full-icu").datPath())
, the environment variable 'NODE_ICU_DATA' seems not considered.