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
I'd expect the command to show the entry point files.
Actual Behavior
It crashes out with the following
The following error is a bug in React Router; please open an issue! https://github.com/remix-run/react-router/issues/new/choose
Error: getVite() called before preloadVite()
at invariant (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:49:11)
at getVite (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:81:3)
at resolveViteConfig (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:888:15)
at loadPluginContext (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:925:26)
at generateEntry (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:1478:19)
at run2 (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:1723:13)
at Object.<anonymous> (/Users/andrew/Developer/temp/test-react-router-app/node_modules/@react-router/dev/dist/cli/index.js:1738:1)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
So I'm reporting it like it has asked me to. 🙂
The text was updated successfully, but these errors were encountered:
I'm using React Router as a...
framework
Reproduction
I create a framework based project as normal, the switch to the directory and run reveal
System Info
Used Package Manager
npm
Expected Behavior
I'd expect the command to show the entry point files.
Actual Behavior
It crashes out with the following
So I'm reporting it like it has asked me to. 🙂
The text was updated successfully, but these errors were encountered: