Scaffolding a new project fails
Running the CLI fresh fails to scaffold a router project.
❯ npm create @tanstack/router@latest
Need to install the following packages:
@tanstack/create-router@1.87.4
Ok to proceed? (y) y
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
3 Replies
foreign-sapphireOP•10mo ago
Update - scaffolding works just fine with Bun. Seems to be a NPM-specific error
deep-jade•10mo ago
can you please create a github issue so we can track this?
foreign-sapphireOP•10mo ago
GitHub
Scaffolding a new router project with NPM Fails (works with Bun) · ...
Which project does this relate to? Router Describe the bug NPM command to scaffold a new project fails with dependency issues - project scaffolds just fine using bun. npm create @tanstack/router@la...