fivdi / mcp-spi-adc

MCP3002/4/8, MCP3202/4/8 and MCP3304 SPI analog to digital conversion with Node.js
MIT License
62 stars 10 forks source link

Incompatibility with electron because of non-context-aware-ness #19

Open dzhelek opened 2 years ago

dzhelek commented 2 years ago

This and other Node.js native modules are now not compatible with the electron framework because of that issue: https://github.com/electron/electron/issues/18397 . I think the solution may be quite easy for library developers, which I am not, so I cannot tell for sure.