The page https://solidbase.dev/guide/quickstart says:
Create a New Project
npm create solid@latest -s -t with-solidbase
Done!
Your project is now setup with SolidBase and ready to go!
I tried:
(base) lee@DESKTOP-CS9P8MJ:/XXX/lee-static$ npm create solid@latest -s -t with-solidbase
Need to install the following packages:
create-solid@0.6.14
Ok to proceed? (y)
┌
Create-Solid v0.6.14
│
◆ What type of project would you like to create?
│ ● SolidStart
│ ○ SolidJS + Vite
│ ○ Library
│ ↑/↓ to navigate • Enter: confirm
└
The page https://solidbase.dev/guide/quickstart says:
I tried: