sindresorhus / get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)
MIT License
767 stars 159 forks source link

Can't get it to run on windows with node 22.2.0 #186

Open valueerrorx opened 1 month ago

valueerrorx commented 1 month ago

i installed get-windows@latest and @mapbox/node-pre-gpy always compalins that "this module supports node-api version 9. this node instance cannot run this module. the node-api version of this node instance is 8

but node -p "process.versions.napi" says that 9 is active.

i already deleted all nodemodules updated global npm installation cleared cache... everything on linux it runs fine with the same node and npm version

any ideas? what did i forget?

trinhxyz commented 1 week ago

@valueerrorx - any update on this, experiencing the same issue.