How do I get the latest beta for the CLI? `npm ins...
# prisma-whats-new
l
How do I get the latest beta for the CLI?
npm install graphcool@beta
or
npm install graphcool@next
? Am I missing something?
y
Try specifying the version number, worked for me.
a
You should end up with version 0.6.0, I believe @next
👍 1