I've been trying to build a nodejs project on my local machine, and when I go to build it from the terminal it throws a string of text out, the last bit of which is the error message below:
starting { [Error: ENOENT, readdir '/Users/Max/github/project/mweb/sites'] errno: 34, code: 'ENOENT', path: '/Users/Max/github/project/mweb/sites' } Error: ENOENT, readdir '/Users/Max/github/project/mweb/sites' My goal in posting this error message here was to ask if anyone by chance knows what it means? I did a quick few google searches and I didn't find much of an explanation online. I realize I didn't give very much information, but does anyone have any idea what might cause this kind of error, specifically the part about:
readdir '/Users/Max/github/project/mweb/sites' If you can provide some kind of insight, I would greatly appreciate it!
'/Users/Max/github/project/mweb/sites'to exist and it doesn't.ENOENTmeans something is looking for a directory entry in the file system and is not finding it.