Using multiple ports using Serialport NodeJS

Trying to connect 5 serial devices to a nodeJS server with the SerialPort library. Others have reported issues with more than 4 devices and I can't declare more than 3 ports without bringing down the entire server. There doesn't appear to be a hard-coded limit, most likely a bug in the library.

Any alternative solutions would be welcome.

This was a known issue with the library.