Seems like running pnpm dev for the first time in a new repo, when there isn't a dist folder present, some times caused a crash.
I haven't found the exact issue causing it, but after updating the dependencies the issue seems to go away.
@erikmejias I saw you cloned the repo a couple days ago, have you encountered this issue too?
Gonna merge this for now, I'll stay tuned if the issue appears again.
Seems like running
pnpm dev
for the first time in a new repo, when there isn't adist
folder present, some times caused a crash. I haven't found the exact issue causing it, but after updating the dependencies the issue seems to go away.@erikmejias I saw you cloned the repo a couple days ago, have you encountered this issue too?
Gonna merge this for now, I'll stay tuned if the issue appears again.