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
While setting up the project locally, I encountered issues running Vite on Windows. Updating Vite from 5.2.12 to 6.2.3 and adding @rollup/rollup-win32-x64-msvc resolved these issues.
This is the issue with the frontend.
Changes:
Updated vite from ^5.2.12 to ^6.2.3.
Added @rollup/rollup-win32-x64-msvc dependency to fix Windows build issues.
Ensured that the project runs correctly after these changes.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
While setting up the project locally, I encountered issues running Vite on Windows. Updating Vite from 5.2.12 to 6.2.3 and adding @rollup/rollup-win32-x64-msvc resolved these issues.
This is the issue with the frontend.
Changes:
Updated vite from ^5.2.12 to ^6.2.3.
Added @rollup/rollup-win32-x64-msvc dependency to fix Windows build issues.
Ensured that the project runs correctly after these changes.
The text was updated successfully, but these errors were encountered: