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
if you have a .env file in your project and this has environment variable with default values, you will get this error
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
RangeError: Maximum call stack size exceeded
at RegExp.exec (<anonymous>)
at file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36830:54
at Array.reduce (<anonymous>)
at _interpolate (file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36829:18)
at file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36863:15
at Array.reduce (<anonymous>)
at _interpolate (file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36829:18)
at file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36863:15
at Array.reduce (<anonymous>)
at _interpolate (file://test-app/node_modules/vite/dist/node/chunks/dep-e8f070e8.js:36829:18)
this only happened to me in Linux and my ci with docker, this does not happen on windows (my main machine)
Describe the bug
if you have a .env file in your project and this has environment variable with default values, you will get this error
this only happened to me in Linux and my ci with docker, this does not happen on windows (my main machine)
Reproduction
npm init -y
.env
file with this contentnpx vitest run
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: