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
When running the create command of scaffolding your tanstack router project, I get an error of unable to resolve dependency tree.
The detailed error is given in the screenshot below.
Run the npm command on terminal: npm create @tanstack/router@latest
You will get a prompt to install @tanstack/[email protected], click y and then Enter to proceed with the installation.
Now you will get the error.
Expected behavior
The command should be able to make me create a tanstack router project with npm. I tried the pnpm command mentioned below the npm command. The pnpm command works properly and I am able to create a project with it.
Screenshots or Videos
Platform
OS: Ubuntu
Browser: NA
Version: Tanstack router version: 1.95.3, Nodejs version 22.12.0
Additional context
There is some issue regarding peer dependency of React library version 19.
The text was updated successfully, but these errors were encountered:
Which project does this relate to?
Router
Describe the bug
When running the create command of scaffolding your tanstack router project, I get an error of unable to resolve dependency tree.
The detailed error is given in the screenshot below.
Your Example Website or App
NA
Steps to Reproduce the Bug or Issue
npm create @tanstack/router@latest
Expected behavior
The command should be able to make me create a tanstack router project with npm. I tried the pnpm command mentioned below the npm command. The pnpm command works properly and I am able to create a project with it.
Screenshots or Videos
Platform
Additional context
There is some issue regarding peer dependency of React library version 19.
The text was updated successfully, but these errors were encountered: