Hey, got a day off and wanted to give v5 a go. I'm following the intro and the yarn create script works fine but when I run yarn start it fails.
Changing this call to point to ./node_modules/@keystone-alpha/keystone/bin/cli.js works. I see that @keystone-alpha/keystone has a bin defined, and on further investigation it seems that yarn simply isn't linking this script. I've tried adding --force (suggested here) and it still doesn't work. Using npm instead of yarndoes work.
I'm not sure if there's much you can do on this end, but updating the intro to note this as an issue (if you can reproduce it) might be good?
Hey, got a day off and wanted to give v5 a go. I'm following the intro and the
yarn create
script works fine but when I runyarn start
it fails.Changing this call to point to
./node_modules/@keystone-alpha/keystone/bin/cli.js
works. I see that@keystone-alpha/keystone
has abin
defined, and on further investigation it seems thatyarn
simply isn't linking this script. I've tried adding--force
(suggested here) and it still doesn't work. Usingnpm
instead ofyarn
does work.I'm not sure if there's much you can do on this end, but updating the intro to note this as an issue (if you can reproduce it) might be good?
Thanks!