graphql-boilerplates / typescript-graphql-server

Boilerplate code for scalable, production-ready GraphQL servers written in TypeScript
741 stars 112 forks source link

Default project creation fails #385

Open koalabi opened 5 years ago

koalabi commented 5 years ago

I have tried to create a project just by following the instructions on the git homepage but all 3 attempts, from a clean situation, have repeatedly and reproducibly failed:

graphql create gis-refs-yoga-2 --boilerplate typescript-advanced [graphql create] Downloading boilerplate from https://github.com/graphql-boilerplates/typescript-graphql-server/archive/master.zip... [graphql create] Installing node dependencies for /media/elrond_2tb/devel/graphql/gis-refs-yoga-2/package.json... 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' [graphql create] Installing node dependencies for /media/elrond_2tb/devel/graphql/gis-refs-yoga-2/.install/package.json... 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' [graphql create] Running boilerplate install script... ✖ Cannot find module 'graphql-boilerplate-install'

System configuration:

koalabi commented 5 years ago

Tried the "basic" version, with the same outcome:

graphql create gis-refs-yoga-basic --boilerplate typescript-basic [graphql create] Downloading boilerplate from https://github.com/graphql-boilerplates/typescript-graphql-server/archive/master.zip... [graphql create] Installing node dependencies for /media/elrond_2tb/devel/graphql/gis-refs-yoga-basic/package.json... 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' [graphql create] Installing node dependencies for /media/elrond_2tb/devel/graphql/gis-refs-yoga-basic/.install/package.json... 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' [graphql create] Running boilerplate install script... ✖ Cannot find module 'graphql-boilerplate-install'

maticzav commented 5 years ago

Related to #410