-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Passed Getting Started › Quick start and got TypeError: keystone.createApolloServer is not a function #3349
Comments
If your setup works, please share package.json and any additional info! Many thanks! |
Hi @vladignatyev it's likely the CLI is caching one of dependencies. A method in We think this is happening with |
|
What did actually solve my problem is copying dependencies from one of the
example projects in the repository. Something like this:
```
"@keystonejs/adapter-knex": "^11.0.1",
"@keystonejs/app-admin-ui": "^7.2.0",
"@keystonejs/app-graphql": "^6.1.0",
"@keystonejs/app-static": "^5.1.2",
"@keystonejs/field-content": "7.0.0",
"@keystonejs/fields": "^15.0.0",
"@keystonejs/file-adapters": "^7.0.2",
"@keystonejs/keystone": "^13.0.0",
"cross-env": "^7.0.0"
```
чт, 6 авг. 2020 г. в 16:05, amirmamaghani <[email protected]>:
… yarn install @keystonejs/keystone^13.0.0 solves the issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3349 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PFEU6SA5KLP2RTFP4OLR7KMBDANCNFSM4PVYD2LA>
.
|
update
and should work |
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
Would be great if someone paid attention to this issue, because it blocks
newbies like me from starting his journey with KeystoneJS.
сб, 5 дек. 2020 г. в 15:35, stale[bot] <[email protected]>:
… It looks like there hasn't been any activity here in over 6 months. Sorry
about that! We've flagged this issue for special attention. It wil be
manually reviewed by maintainers, not automatically closed. If you have any
additional information please leave us a comment. It really helps! Thank
you for you contribution. :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3349 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PFB33CSNFSNIH32A7R3STILIPANCNFSM4PVYD2LA>
.
|
Keystone 5 has officially moved into active maintenance mode as we push towards the next major new version Keystone Next, you can find out more information about this transition here. In an effort to sustain the project going forward, we're cleaning up and closing old issues such as this one. If you feel this issue is still relevant for Keystone Next, please let us know. |
Bug report
Describe the bug
Getting started for Keystone 5 ends up in errors, not in fun coding experience!!!
To Reproduce
Steps to reproduce the behaviour. Please provide code snippets or a repository:
System information
Additional context
Log output:
Thank you for any help resolving this issue!
The text was updated successfully, but these errors were encountered: