``Application Error
Layout@http://localhost:5173/app/root.tsx:101:5
renderWithHooks@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR. js:18426:35
mountIndeterminateComponent@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:21804:36
beginWork$1@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:26631:31
performUnitOfWork@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:26076:31
workLoopSync@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:26015:30
renderRootSync@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:25994:27
recoverFromConcurrentError@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:25614:42
performConcurrentWorkOnRoot@http://1ocalhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:25562:56
workLoop@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:462:50
flushWork@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR.js:441:30
performWorkUntilDeadline@http://localhost:5173/node_modules/.vite/deps/chunk-RMBP4JJR. js:649:50
installed as instructed on GitHub. when I run getting this error, 1 or 2 time it did load but am getting this error
1 Like
Saw this in chat and responded, just adding a comment here for posterity.
Running it locally (docker, native), Cloudflare, Netlify, etc.?
And @leex279 should be correct… this only ever seems to happen when you use npm. The only thing you should use npm for is installing pnpm
. If even for only one package you used npm (in this case likely vite
)… then re-do it.
But there has been one unconfirmed mention that it could be an issue with Safari.
Delete node_modules
and run npm install pnpm & pnpm install & pnpm run dev
. That should be just about it.
1 Like