nodox / gatsby-theme-kit

Theme development kit for Gatsby Manor
https://gatsbymanor.com
MIT License
14 stars 2 forks source link

Follwing getting started section with fresh project cause error. #3

Closed alishir closed 6 years ago

alishir commented 6 years ago

I follow getting started section line by line, but after mounting identity theme, the following error occurred.

ERROR  Failed to compile with 1 errors                                                                                       07:51:30

This dependency was not found:

* /blogs/theme-test/src/templates/post.js in ./.cache/sync-requires.js

To install it, you can run: npm install --save /blogs/theme-test/src/templates/post.js
nodox commented 6 years ago

I just fixed this issue while working with someone else. Can you start over and let me know if you still see this issue?

alishir commented 6 years ago

I should start from development branch or just issue yarn update?

nodox commented 6 years ago

Delete the current project. Start from the beginning of the guide. This is will be easiest as It might take forever to debug from where you are now without my looking at your screen. Basically I had a template with the wrong name on the repo but you must've cloned it minutes before I fixed it. 😅

alishir commented 6 years ago

Thanks, I will test it.

alishir commented 6 years ago

Thanks @nodox, I tested it and issue resolved.