Followed the docs on creating a todo app ~ https://v5.keystonejs.com/quick-start/
Failed after "Copying project files"

Ran npm install to install dependencies and the app worked fine.
Thanks @dzigg it's meant to catch an error if yarn is not installed and fallback to npm. Let me see if I can replicate this :)

I found the cause and updated the messaging so that you know if dependencies have been installed with yarn or npm.
Thanks @dzigg PR incoming
Thanks!
Hi all, npm init keystone-app my-app is failing.
Most helpful comment
I found the cause and updated the messaging so that you know if dependencies have been installed with yarn or npm.
Thanks @dzigg PR incoming