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
Hello,
I created a new Vite Project with vite@latest and react-ts template.
Occasionally (rarely) it happens that the build process gets frozen. There is no error or any other output indicating that something went wrong when running with --debug.
It either stops at transforming modules or right after.
I created a new project to test if it happens because it started happening in my main project, which is larger, more frequently.
I also have a gitlab CI pipeline that builds the main project in a docker container with node image. It never happened there.
So I assume it's something local on the machine but I have no idea what it could be.
Anyone who can point me in a direction?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I created a new Vite Project with vite@latest and react-ts template.
Occasionally (rarely) it happens that the build process gets frozen. There is no error or any other output indicating that something went wrong when running with --debug.
It either stops at transforming modules or right after.
I created a new project to test if it happens because it started happening in my main project, which is larger, more frequently.
I also have a gitlab CI pipeline that builds the main project in a docker container with node image. It never happened there.
So I assume it's something local on the machine but I have no idea what it could be.
Anyone who can point me in a direction?
Current packages:
Beta Was this translation helpful? Give feedback.
All reactions