ToneeEnguix

Results 2 comments of ToneeEnguix

I'm getting the following **breaking** error in Vite: `GET http://localhost:5173/node_modules/.vite/deps/react-scroll.js?t=1684163175571&v=7f14b061 net::ERR_ABORTED 504 (Outdated Optimize Dep)` Here's the repo: https://github.com/ToneeEnguix/el_sorrall To install run: - npm i - npm run dev Error...

ok I think my issue was very simple: I just deleted package-lock.json and node_modules and ran npm i again. Worked successfully.