Closed Rdornier closed 1 month ago
Seems others have similar issue - e.g. https://stackoverflow.com/questions/75904474/how-to-resolve-error-cannot-find-module-fsevents-when-using-vite-on-windows
Hi will,
Indeed, there were a import { rollupVersion } from "vite";
somewhere which breaks everything.
I was focused on the error given by the npm start
command but it wasn't fruitful.
Thanks for fast debugging !
Hi @will-moore ,
I get an unexpected error while I was developping on figure. I pulled the last commits from the main repo and i wasn't able anymore to make vite running.
Doing a
npm start
starts the engin but the page localhost:8080 sends an errorI also tried to do a
npm run build
but I get this errorpreceded by a lot of warnings like
Did you also have this kind of issues ? I don't really know how to solve this and it's annoying as I cannot test my code anymore.
Thanks, Rémy.