[Vuejs]-SyntaxError Invalid regular expression Vite / Vue

0👍

I faced this issue on a custom Linux-based distribution. I could fix it by installing ICU

You can check if your node has ICU available by running npm version.

Leave a comment