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
node_modules
are essential because all the packages are there. I've tried to kill the previous processes running on the port of my server, it worked for me but I don't know how long it will take now :D – Rehan Sattar