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

[Bug?]: @solidjs/start 0.4.2 unmet peer vinxi@^0.0.54: found 0.0.59 #1202

Closed
2 tasks done
NazarenoCavazzon opened this issue Dec 31, 2023 · 3 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@NazarenoCavazzon
Copy link

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

The routing system doesn't work correctly when using the last version of vinxi (0.0.59), adding files to the routes directory doesn't work if I don't change the ssr to true then to false again, nested routes also doesn't work at all. Changing the version to 0.0.54 fixed that problem.

Expected behavior 🤔

Routing should work as intended

Steps to reproduce 🕹

Steps:

  1. Create a new project with bunjs.
  2. Check you're using vinxi 0.0.59.
  3. Test routing behaviour with ssr disabled.

Context 🔦

I'm doing a web app and had a lot of problems with routing. I created the project very recently.

Your environment 🌎

System: MacOS Sonoma 14.0, M1 Pro
Node Version: v18.8.0
I'm using pnpm
@NazarenoCavazzon NazarenoCavazzon added the bug Something isn't working label Dec 31, 2023
@lxsmnsyc
Copy link
Member

one of NPM's weird version resolution. It's strict for 0.0.x but not when it is >0.1.x

@ryansolid
Copy link
Member

Yeah updated and released. Should be good now.

@NazarenoCavazzon
Copy link
Author

Forgot to say thanks! @ryansolid

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

No branches or pull requests

3 participants