As a newcomer to Gatsby, I am currently following this tutorial hosted at .
After executing the 'gatsby develop' command, everything appears to be successful. However, I encounter the following error:
Error: ENOENT: no such file or directory, open 'C:\users[my_username]\Documents\chrono\my_first_gatsby.cache\json_using-typescript_.json'
Here are the steps I have followed:
- Opened Git bash
- Ran
npm install --global gatsby-cli
- Ran
gatsby --version
(confirmed that I have the latest version of Gatsby) - Ran
cd [directory name]
- Ran
gatsby new my_first_gatsby
(created a new Gatsby default starter project) - Ran
cd my_first_gatsby
- Ran
gatsby develop
(expected result was a link to Gatsby's live local development server, but encountered the aforementioned error)
My local environment details are as follows:
System:
OS: Windows 10 10.0.18363
CPU: (12) x64 Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
Binaries: <br/>
Node: 15.3.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 7.0.14 - C:\Program Files\nodejs\npm.CMD
Languages:
Python: 2.7.15 - /c/Users/ahmed/.windows-build-tools/python27/python
Browsers:
Chrome: 86.0.4240.198
Edge: Spartan (44.18362.449.0)
npmPackages:
...
npmGlobalPackages:
gatsby-cli: 2.14.1