Closed sudhyr closed 3 years ago
Hi!
Sorry you're running into an issue. I've tried reproducing but didn't see the issue both on my Windows WSL2 instance and on my Mac. I'm afraid with this state of information we can't do much about it.
You could try debugging the fs-extra
code like in https://github.com/serverless-nextjs/serverless-next.js/issues/461
The error is coming from fs-extra@8.1.0. Here is what I found.
The file in question is blank.css.
It's being copied from node_modules/gatsby/cache-dir/blank.css
to .cache/blank.css
I traced the call stack to this line#438 in gatsby inititalize.ts
. https://github.com/gatsbyjs/gatsby/blob/b348b7cb830be148af7d5bb9921d8e5bee3d498f/packages/gatsby/src/services/initialize.ts#L434-L439
@LekoArts do you think, this could be an issue with fs-extra
?
Hiya!
This issue has gone quiet. Spooky quiet. 👻
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
Hey again!
It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY
. Please feel free to comment on this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community! 💪💜
Hi! I'm having this issue too after I moved the project to an external ssd. Basically I can start a dev instance only after a Gatsby clean.. weird..
Ok I've fixed it by running gatsby clean and yarn install again on the directory.
Preliminary Checks
I've seen similar issues reported, but no solutions.
What I have found so far..
.cache
folderI'm assuming there is something wrong in my package version or node version. Any ideas on where to look.
Description
Brand new gatsby new starter project.
gatsby develop
fails to start the second time. I've tried other starters minimal gatsby 3 starters, same result.Reproduction Link
https://github.com/rihdus/bug-gstarter
Steps to Reproduce
Expected Result
gatsby development server should start
Actual Result
development server fails to start. here is the error
Environment
Config Flags
No response