Graham Ballantyne
12/21/2017, 12:05 AMgraphql 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
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)
Graham Ballantyne
12/21/2017, 12:48 AMGraham Ballantyne
12/21/2017, 1:01 AMagartha
12/21/2017, 1:59 AMagartha
12/21/2017, 1:59 AMnpm i -g graphql-cli
Graham Ballantyne
12/22/2017, 12:26 AMagartha
12/22/2017, 12:30 AMagartha
12/22/2017, 1:36 AM