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
Hey guys, I tried to check out the repo and run the few examples like basic-ssr-file-based and start-basic and they all fail with same issue. Any clues?
[~/www/router/examples/react/basic-ssr-file-based] (main) ➤ pnpm run dev
> tanstack-router-react-example-basic-ssr-file-based@ dev /Users/message/www/router/examples/react/basic-ssr-file-based
> node server
failed to load config from /Users/message/www/router/examples/react/basic-ssr-file-based/vite.config.js
node:internal/errors:496
ErrorCaptureStackTrace(err);
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/message/www/router/examples/react/basic-ssr-file-based/node_modules/@tanstack/router-plugin/dist/esm/vite.js' imported from /Users/message/www/router/examples/react/basic-ssr-file-based/vite.config.js.timestamp-1730022421030-8e3c6434772c6.mjs
at new NodeError (node:internal/errors:405:5)
at finalizeResolution (node:internal/modules/esm/resolve:327:11)
at moduleResolve (node:internal/modules/esm/resolve:980:10)
at defaultResolve (node:internal/modules/esm/resolve:1206:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:404:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:373:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:250:38)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:39)
at link (node:internal/modules/esm/module_job:75:36) {
url: 'file:///Users/message/www/router/examples/react/basic-ssr-file-based/node_modules/@tanstack/router-plugin/dist/esm/vite.js',
code: 'ERR_MODULE_NOT_FOUND'
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys, I tried to check out the repo and run the few examples like
basic-ssr-file-based
andstart-basic
and they all fail with same issue. Any clues?Beta Was this translation helpful? Give feedback.
All reactions