-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
"yarn run dev" fails #204
Comments
You might want to run |
Hi @davcri! Thank you for your interest in this project. From the full output, I can see that you have already run I did a google search for the error: Can you try that out and tell us if it helped? |
@davcri I have just had the same issue when working on a different system. The steps provided in the SO article that @systimotic linked to worked for me. I am going to close this issue as I'm sure it is not an issue with this project. If you continue to experience problems, it will either be your hardware or a memory leak in the gatsby build process maybe? Feel free to add any further info to this thread, if it turns out it is a problem with this repo, please reopen this issue Happy coding ✨ ✨ |
Fixed, thank you guys for your help 😄 The problem was in fact the OS limiting the number of watchers. sudo sysctl fs.inotify.max_user_watches=16384 To make this fix persistent across reboots, there are instructions in the stackoverflow thread. |
I'm glad you figured it out @davcri! Thank you for sharing your solution, this will be helpful if anybody runs into the same problem. |
yarn run dev
command fails.I followed the instructions provided in the README (Running the guide locally).
The text was updated successfully, but these errors were encountered: