-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
fs.utimes return errors on Windows #5561
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Hi !
I'm using fs.utimes in node script on Ubuntu, all work fine.
But when I'm launching this script on Windows, I get an error:
The small script:
Have you any solution ?