Anyone else getting errors when doing `graphql cre...
# prisma-whats-new
g
Anyone else getting errors when doing
graphql create
(using the beta version)? The only one I can get it to work with is the
react-fullstack-basic
one; everything else dies with
Copy code
graphql create test 
? Choose GraphQL boilerplate project: node-basic              Basic GraphQL server (incl. database)
[graphql create] Downloading boilerplate from <https://github.com/graphql-boilerplates/node-graphql-server/archive/master.zip>...
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: invalid signature: 0xa292e0fc
    at /Users/grahamb/.nvm/versions/node/v8.9.3/lib/node_modules/graphql-cli/node_modules/unzip/lib/parse.js:59:13
    at runCallback (timers.js:789:20)
    at tryOnImmediate (timers.js:751:5)
    at processImmediate [as _immediateCallback] (timers.js:722:5)
Very strange, it works intermittently.
a
Have you installed the latest graphql-cli (not beta anymore)?
npm i -g graphql-cli
g
Yes, same problem.
a
I'll have a look
@Graham Ballantyne I have a PR ready, unfortunately I can't merge it myself in that particular repo