Version Mismatch?
Shouldn't this give me the latest version (1.1.3 according to the website)?
I'm trying to create some documentation that will copy-paste commands and I want to use this command at a specific version. How do I do that?
2 Replies
Are you referring to
0.6.1
instead of 1.1.3
? If so, it's just where the CLI version is separate to the version of Solid/Solid Start
It always fetches the most recent template from the official SolidJS/Solid Start templates (if you're online)
As for using the CLI at a specific version, I think you can just do bun create [email protected]
Ah, okay. You are correct. I assumed the version would be the same. Thanks!