- Notifications
You must be signed in to change notification settings - Fork477
Closed
Description
Describe the bug
npx create-vue
printsRangeError: Incorrect locale information provided
at startup, and then proceeds normally.
Expected behavior
No errors printed.
How to reproduce
Observed on Ubuntu 22.04.5 under WSL 2:
~$ npx create-vueNeed to install the following packages:create-vue@3.13.0Ok to proceed? (y)RangeError: Incorrect locale information providedVue.js - The Progressive JavaScript Framework✖ Project name: … vue-project
I suspect it is related to$LANG
beingC.UTF-8
(WSL default?), causing a call toIntl.getCanonicalLocales("C")
in#450.