durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

Fix cross-platform install #137

Closed SimonFischer04 closed 5 months ago

SimonFischer04 commented 5 months ago

As discussed a few times, prebuilding for every node-version is not really feasible.

This pr removes the os-restriction and just builds an empty module on non-windows platforms. So npm install does not fail.

Should fix https://github.com/durs/node-activex/issues/89 's most common use-cases like monorepo, developing other product functionality locally, ...