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

Unable to init a project #3368

Closed
jonhewines opened this issue Aug 10, 2020 · 4 comments · Fixed by #3370
Closed

Unable to init a project #3368

jonhewines opened this issue Aug 10, 2020 · 4 comments · Fixed by #3370

Comments

@jonhewines
Copy link

jonhewines commented Aug 10, 2020

Hi

I'm currently unable to create a new project following the documentation here.

If I try with npm, I get quite far but installation fails after testing the db connection:
Screenshot 2020-08-10 at 12 24 26

If I try with yarn, I don't get that far - there seems to be a 404 on eslint-scope dep.
Screenshot 2020-08-10 at 12 25 34

My versions are:
Node: v12.16.1
npm: v6.13.4
yarn: v1.7.0

Any help much appreciated!

@dabbid
Copy link

dabbid commented Aug 10, 2020

Same error for me, on Ubuntu 18.04.4, with:

  • nodejs v12.18.3
  • npm v6.14.6
  • yarn v1.22.4
  • mongodb with successful connection test

@joselcvarela
Copy link

Me too. I have investigated this and the problem is in this request
https://api.github.com/repos/keystonejs/keystone/commits?path=.github/release-count&sha=create-keystone-app-from-github from copy-example-project.js on create-keystone-app.

As workaround I have installed 3.2.3 like this: npm i -g [email protected] and then ran create-keystone-app app_name

@joselcvarela
Copy link

@jonhewines I think you should be more specific on your title or message because I couldn't find this issue by searching the keywords the error generated.

@jonhewines
Copy link
Author

@joselcvarela thanks for your answer and feedback on my post - you're right, I hadn't considered the keyword search. Thanks on both counts!

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