vue-fullstack-graphql icon indicating copy to clipboard operation
vue-fullstack-graphql copied to clipboard

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

Open mfreeman451 opened this issue 6 years ago • 2 comments

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

mfreeman451 avatar Feb 02 '19 01:02 mfreeman451

^ 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 avatar Feb 03 '19 14:02 bennettfrazier

Please merge #444 :)

edvm avatar Apr 03 '19 13:04 edvm