-
Notifications
You must be signed in to change notification settings - Fork 323
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 create my-app --boilerplate react-fullstack-basic command is not working #661
Comments
Me too. Should this be a high prio to fix? |
Remove the Then, if you pick advanced/fullstack/react/js you get this error when starting the client:
|
#666 should take care of it. |
@haf I tried your solution but the generated project is not the one on this repo, doesn't have the "server" directory. |
I'm experiencing this issue as well. When I run |
The npm install command now downloads version 4 of the repo. Version 4 deprecates the create command in favor with the command init, and deprecates the rest of the flags ( such as --boilerplate).
And to download the templates write
And select the template that you'd like to have. |
ERROR STACK
++++++++++++++++++++++++++++++++++++++++++++
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
The text was updated successfully, but these errors were encountered: