Closed SimonFischer04 closed 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, ...
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, ...