Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun install cannot install @tanstack/router-vite-plugin #9978

Closed
diegopluna opened this issue Apr 5, 2024 · 1 comment · Fixed by #9995
Closed

Bun install cannot install @tanstack/router-vite-plugin #9978

diegopluna opened this issue Apr 5, 2024 · 1 comment · Fixed by #9995
Labels
bug Something isn't working

Comments

@diegopluna
Copy link

What version of Bun is running?

1.1.1+ca1dbb4eb

What platform is your computer?

Microsoft Windows NT 10.0.22631.0 x64

What steps can reproduce the bug?

Reproduce:
bun install @tanstack/router-vite-plugin

What is the expected behavior?

To install without any errors.

What do you see instead?

🚚 @tanstack/router-vite-plugin... error: ENOENT extracting tarball for @tanstack/router-vite-plugin

Additional information

No response

@diegopluna diegopluna added the bug Something isn't working label Apr 5, 2024
@sim1222
Copy link

sim1222 commented Apr 5, 2024

@tanstack/router-vite-plugin includes filenames with ? in package\src\tests\snapshots\function-declaration?split.tsx.
npm, or any npm-compatible package manager, replaces unusable characters in filenames with `` (removes the character) or _. But, bun Windows has not yet implemented this replacement, causing Windows to return `PATH NOT FOUND` in the CreateFile syscall.

example

Jarred-Sumner added a commit that referenced this issue Apr 5, 2024
Jarred-Sumner added a commit that referenced this issue Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants