You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx create-vue prints RangeError: 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-vue
Need to install the following packages:
[email protected]
Ok to proceed? (y)
RangeError: Incorrect locale information provided
Vue.js - The Progressive JavaScript Framework
✖ Project name: … vue-project
I suspect it is related to $LANG being C.UTF-8 (WSL default?), causing a call to Intl.getCanonicalLocales("C") in #450.