processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
339 stars 91 forks source link

Upgrade serialport to 4.x #293

Open reconbot opened 7 years ago

reconbot commented 7 years ago

SerialPort should probably be upgraded in the /public/package.json folder. It's using a fork that's very old and doesn't support node 4+. SerialPort 4x is the latest serialport version, supports node 0.10-7 and has only a few relevant api changes. There's an upgrade guide you can use.