You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm... don't you have a file named path at top level dir?
I have a similar situation (OSX 10.11, Node v5.0), but I have not caught the problem.
Would you execute sudo ls -al / and paste the result?
There is a test here for
fs.openSync
open non-existent file. It should raiseENOENT
error.But on my mac os 10.10.5 with node 5.0.0 installed via homebrew this test raised
ENOTDIR
error.Is it expected behaviour?
The text was updated successfully, but these errors were encountered: