Skip to content Skip to sidebar Skip to footer

How To Fix Nodejs Throw Err; ^ Error: Enoent: No Such File Or Directory, Open

This is how my output looks like. I have exhausted so many methods from previous similar questions but none of them worked in my case. I am really new with node js so any suggestio

Solution 1:

Looks like this is a known bug in the module. You could try patching their code as recommended in the issue, or (what I personally would recommend), get WSL set up so you don't have to fight with as many inconsistencies on Windows. Or you could submit a pull request to that module to fix the issue.


Post a Comment for "How To Fix Nodejs Throw Err; ^ Error: Enoent: No Such File Or Directory, Open"