Can't install or get a project started using SolidJs
I've checked some info from all available leads to resolve this but can't get a clear cut answer leading me to believe the issue is from my end but I don't know how to fix is.
I've tried:
upgrading bun
clearing cache
using npm

3 Replies
Did u check ur github repo url manually?
Sorry I didn't understand that, check my github url? I only initialised my project and ran that command. I suppose I missed a step
There are some issues with bun. Maybe adding the
—bun
flag to the scripts in package.json helps.
Where does the command you use come from.
You‘ll usually just run
E.g. pnpm create solid
And the follow the instructions in the cli.