Hadrien
SSR - Possible bug with Intl.DisplayNames of type region
Ok thanks for the explanation, the output for this command is
73.2
.
To be more specific, I tested it on 2 environments :
- Node v20.10.0 installed on my machine through nvm
- Node v20.10.0 inside a docker container with the image node:20.10.0
The problem occurs in both environments and when I run node -p 'process.config.variables.icu_small'
the output is false
, hinting that the full-icu
package is in use...
At this point I don't really know if the issue comes from my environment(s) or from Nuxt itself :/
Do you have any idea ? 🙂3 replies