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
On Windows with Node v0.12.2 I see an EINVAL error on fs.utimesSync(). I believe the issue is that JavaScript Date.now() returns milliseconds but NodeJS utimesSync expects a Unix timestamp.
The text was updated successfully, but these errors were encountered:
@delwyn@salvipriyanka@deepankgupta Are any of you able to integrate the PR and publishing via npm? I'd like to use the library but would like to see this issue fixed.
On Windows with Node v0.12.2 I see an EINVAL error on fs.utimesSync(). I believe the issue is that JavaScript Date.now() returns milliseconds but NodeJS utimesSync expects a Unix timestamp.
The text was updated successfully, but these errors were encountered: