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
I looked into this a bit more and it appears the issue is probably on my side. I created a new package that uses utimes and imported that package into a personal project. It looks like some other package in my personal project is referencing node-addon-api 3.0.1 which is the version that has the above bug.
If I have my personal project target 3.0.2 it fixes the issue.
nodejs/node-addon-api#766
If you update to version 3.0.2 it appears to be fixed
The text was updated successfully, but these errors were encountered: