-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs.utimes return errors on Windows #5561
Comments
simon-tannai
changed the title
fs.utimes return error on Windows
fs.utimes return errors on Windows
Mar 4, 2016
mscdex
added
fs
Issues and PRs related to the fs subsystem / file system.
windows
Issues and PRs related to the Windows platform.
labels
Mar 4, 2016
Can you post a complete test case? It's unclear from your example what e.g. currentUnixTimestamp contains. |
After several tests, I have found the solution: So, the final code:
|
tcoulter
added a commit
to trufflesuite/truffle-core
that referenced
this issue
Sep 29, 2017
gnidan
added a commit
to trufflesuite/truffle-core
that referenced
this issue
Sep 29, 2017
Fix test on Windows. See nodejs/node#5561
gnidan
added a commit
to trufflesuite/truffle-core
that referenced
this issue
Sep 29, 2017
gnidan
added a commit
to trufflesuite/truffle-core
that referenced
this issue
Sep 29, 2017
Revert "Fix test on Windows. See nodejs/node#5561"
gnidan
pushed a commit
to trufflesuite/truffle-core
that referenced
this issue
Sep 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: