7 Replies
the creating project step is taking forever and Im not sure how to get some meaningful output
What's your platform information, i.e. OS.
bun
being the youngest runtime also means it's the highest risk across all platforms ; have you tried pnpm create solid
instead?Maybe try forcing version 0.5.11 when creating:
bun create [email protected]
. (I removed the use of a function that wasn't implemented in bun and node 18)
Bun did implement this function here: https://github.com/oven-sh/bun/pull/11392, but there hasn't been a release yet so updating bun likely won't workyou can try using the latest main branch with
bun upgrade --canary
sorry for late reply. Im on Linux Mint 21.3. Neither the
bun upgrade --canary
nor the bun create [email protected]
resolved the issue. It still is a never ending process when creating the project.
pnpm create solid
yields:
Am I the only one with this problem? 😄@Deflaktor What node version are you on?
v12.22.9
thanks that was the issue
I was on an ancient nodejs version