-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[gatsby-cli] Can't create project using 1.1.30 #3702
Comments
Same thing here for
|
Hmmm sorry folks — will fix this real quick. |
* use ssh git urls for starters use `hosted-git-info`'s ssh url. This allows starters from private repos to work while still supporting the defaults and public starters. * Respect the string format that people passed in
thanks @KyleAMathews I think you've already found the problem. But I tried to review the changes and made a comment here: |
I can successfully install tutorial-part-one but once I run Failed to require /Users/zacharygibson/repos/tutorial-part-one/html.js
Module not found: Error: Cannot resolve module 'config' in /usr/local/lib/node_modules/gatsby/dist/isomorphic |
All this can be solved........... By two simple steps actually three: |
Description
Can't create a basic project using
gatsby new gatsby-site
on 1.1.30 version. Previous version (1.1.29) works fine.Environment
Gatsby version: 1.1.30
Node.js version: 9.4.0
Operating System: macOS High Sierra 10.13.2
Git version: 2.16.1
Actual result
Expected behavior
Creates basic project without errors.
Steps to reproduce
1. Run
gatsby new gatsby-site
on an empty directoryThe text was updated successfully, but these errors were encountered: