On Jul 3, 8:57 pm, mscdex <[email protected]> wrote: > On Jul 3, 8:14 pm, Avinash v <[email protected]> wrote: > > > Hello, > > > I'm having an issue with npm while installing serialport module .. I made a > > screenshot of the error message I've got .. > > Briefly looking at the serialport addon code, it doesn't seem to be > compatible with Windows, only *nix and Mac.
Update: Try this fork instead: npm install serialport2 I tested and that one does compile on Windows and it supposedly still works on the other platforms as well.
