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
targos opened this issue
Jun 24, 2018
· 3 comments
Labels
fsIssues and PRs related to the fs subsystem / file system.testIssues and PRs related to the tests.windowsIssues and PRs related to the Windows platform.
PS D:\Documents\GitHub\nodejs\node> node D:\Documents\GitHub\nodejs\node\test\parallel\test-fs-readfilesync-enoent.jsfs.js:119 throw err; ^Error: UNKNOWN: unknown error, lstat '\\localhost\c$\' at Object.realpathSync (fs.js:1395:5) at test (D:\Documents\GitHub\nodejs\node\test\parallel\test-fs-readfilesync-enoent.js:17:21) at Object.<anonymous> (D:\Documents\GitHub\nodejs\node\test\parallel\test-fs-readfilesync-enoent.js:26:1) at Module._compile (internal/modules/cjs/loader.js:702:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10) at Module.load (internal/modules/cjs/loader.js:612:32) at tryModuleLoad (internal/modules/cjs/loader.js:551:12) at Function.Module._load (internal/modules/cjs/loader.js:543:3) at Function.Module.runMain (internal/modules/cjs/loader.js:744:10) at startup (internal/bootstrap/node.js:240:19)
/cc @nodejs/platform-windows
The text was updated successfully, but these errors were encountered:
targos
added
fs
Issues and PRs related to the fs subsystem / file system.
windows
Issues and PRs related to the Windows platform.
test
Issues and PRs related to the tests.
labels
Jun 24, 2018
@bzoz My C: drives is shared. I found now that the call to fs.realpathSync() succeeds if I replace "localhost" with my computer's name. Would it make sense to modify the test and use os.hostname()?
fsIssues and PRs related to the fs subsystem / file system.testIssues and PRs related to the tests.windowsIssues and PRs related to the Windows platform.
/cc @nodejs/platform-windows
The text was updated successfully, but these errors were encountered: