-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
detect "full-icu" module #3460
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.i18n-apiIssues and PRs related to Node.js internationalization support.Issues and PRs related to Node.js internationalization support.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.i18n-apiIssues and PRs related to Node.js internationalization support.Issues and PRs related to Node.js internationalization support.
Followup to nodejs/node-v0.x-archive#8996
postinstalltime make surenode_modules/full-icucontains the appropriateicudt*.datfile needed for full ICU support.full-icuin any of the global search paths or local module search paths. If found && the correct icudt file is present, _automatically set Node's ICU path to point to thaticudt_.datfile*This will make getting full data as easy as
npm install [-g] full-icu