And it doesn't look like `graphcool@beta` is on NP...
# prisma-whats-new
l
And it doesn't look like
graphcool@beta
is on NPM yet. Edit: now it is but with an error
Copy code
syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/graphcool/dist/index.js'
npm ERR! enoent This is related to npm not being able to find a file.
👍 1
s
Apologies, you can now install it using
npm install -g graphcool@beta
parrotwave6 1