-
Notifications
You must be signed in to change notification settings - Fork 110
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
Boilerplate #410
Comments
it looks like it's using the .install folder package.json file instead of the root one I looked at the install script and seems the paths are relative to the root directory but it's picking the wrong file, I'm not sure what's going on. |
Hi there, this is an issue with the |
Hey 👋, Thank you for reporting this! I have created a separate repository which handles boilerplates the way The repository that works; |
The project generated by the boilerplate seems to be broken.
When running
graphql create my-app --boilerplate typescript-advanced
, this results in a folder that contains only files, as follow:None of the NPM scripts are available too and the resulting
package.json
is:Note I have the version 3.0.3 of the Graphql CLI
The text was updated successfully, but these errors were encountered: