TanStackT
TanStack4mo ago
79 replies
dead-brown

Create new project fails

Creating a new project is broken:

Running
npm create @tanstack/start@latest



Use the following commands to start your app:
% cd test-tanstack
% npm run dev

Please read README.md for information on testing, styling, adding routes, etc.

Errors were encountered during the creation of your app:

Command "npm install" did not run successfully. Please run this manually in your project.
Command "npx shadcn@latest add --silent --yes button select input textarea slider switch label" did not run successfully. Please run this manually in your project.


npm install
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: test-tanstack@undefined
npm error Found: vite@6.3.6
npm error node_modules/vite
npm error   dev vite@"^6.3.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@">=7.0.0" from @tanstack/react-start@1.132.24
npm error node_modules/@tanstack/react-start
npm error   @tanstack/react-start@"^1.132.0" from the root project
Was this page helpful?