Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

graphql complaining that it doesn't know about --boilerplate #443

Open
mfreeman451 opened this issue Feb 2, 2019 · 2 comments
Open

graphql complaining that it doesn't know about --boilerplate #443

mfreeman451 opened this issue Feb 2, 2019 · 2 comments

Comments

@mfreeman451
Copy link

The README.md describes using graphql to setup your project and grab a boilerplate, however, it is not working:

graphql create my-app --boilerplate node-advanced  ✔  1842  18:06:04
graphql create [directory]

Bootstrap a new GraphQL project

Options:
--dotenv Path to .env file [string]
-p, --project Project name [string]
--no-install Don't install project dependencies [boolean] [default: false]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Unknown argument: boilerplate

graphql --version  ✔  1844  18:58:38
3.0.9

@bennettfrazier
Copy link

^ just ran into the same issue as well.

Run this in terminal instead: graphql create my-app
and then choose up/down arrow keys to select your boilerplate...
? Choose GraphQL boilerplate project: [boilerplate-project-name]

bennettfrazier added a commit to bennettfrazier/vue-fullstack-graphql that referenced this issue Feb 3, 2019
Correct the readme as graphql-cli has changed arguments and `--boilerplate` no longer exists. Fixes issue graphql-boilerplates#443
@edvm
Copy link

edvm commented Apr 3, 2019

Please merge #444 :)

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

No branches or pull requests

3 participants