Skip to content

Default project creation fails #385

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
koalabi opened this issue Nov 28, 2018 · 2 comments
Open

Default project creation fails #385

koalabi opened this issue Nov 28, 2018 · 2 comments

Comments

@koalabi
Copy link

koalabi commented Nov 28, 2018

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:

  • Platform: Intel PC (i5) running Ubuntu 18.04LTS
  • graphql --version
    2.17.0
  • prisma --version
    prisma/1.20.7 (linux-x64) node-v10.10.0
  • tsc --version
    Version 3.1.1
@koalabi
Copy link
Author

koalabi commented Nov 28, 2018

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
Copy link
Member

maticzav commented Jan 7, 2019

Related to #410

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants