kessler / node-regedit

Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
MIT License
277 stars 45 forks source link

Blocking xplat node solution due to regedit package #19

Closed Ajay-MS closed 7 years ago

Ajay-MS commented 7 years ago

Hello team,

We build an xplat solution in which we are using regedit as package. At runtime we are using regedit only for windows platform but it is since during build time on linux platform, regedit pacakge is throwing error as Not compatible with your operating system or architecture: regedit@2.2.6 Because in node-regedit package.json "os": [ "win32" ], This is stopping us using regedit on a cross plat solution.

kessler commented 7 years ago

@Ajay-MS is this still relevant? if so let me know.