Nodemon Error: System limit for number of file watchers reached

I’m learning graphql and using prisma-binding for graphql operations. I’m facing this nodemon error while I’m starting my node server and its giving me the path of schema file which is auto generated by a graphql-cli. Can anyone tell me what this error is all about?

Error:

Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch '/media/rehan-sattar/Development/All projects/GrpahQl/graph-ql-course/graphql-prisma/src/generated

8 Answers
8

Leave a Comment