Relative Content

Tag Archive for reactjsvitevite-reactjs

Internal server error: Cannot read properties of undefined (reading ‘0’)

I am creating a vite react project with npm create vite@lates but when i am running the development server it throws some error
i am using a windows 7 32 bit node 18.20.3 so it could be becouse of the old versions but the specific vite versions that used to work are also not working. The only method that i found useful was to copy all the nodemodules from a previous project and use it in my current project. I would highly appreciate your help.