#Version Mismatch?

4 messages · Page 1 of 1 (latest)

next egret
#
bun create solid --help                                                                                                                                                  (base) 
┌  
 Create-Solid v0.6.1
A CLI for scaffolding new Solid projects (create-solid v0.6.1)                                                                                                       10:56:08 PM

USAGE create-solid [OPTIONS] [PROJECTNAMEPOSITIONAL] [TEMPLATEPOSITIONAL]

ARGUMENTS

  PROJECTNAMEPOSITIONAL    Project name     
     TEMPLATEPOSITIONAL    Template name    

OPTIONS

  -p, --project-name    Project name               
    -s, --solidstart    Create a SolidStart project

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?

prisma cypress
#

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]