bartbutenaers / node-red-contrib-xterm

A Node-RED node terminal front-end, to execute backend CLI commands
Apache License 2.0
19 stars 4 forks source link

Add prebuilt binaries for node-pty #8

Closed bartbutenaers closed 5 years ago

bartbutenaers commented 5 years ago

To avoid users running in problems (since the node-pty binaries have to be built), perhaps I could add a dependency to this module:

https://www.npmjs.com/package/@pfitzseb/node-pty-prebuilt

bartbutenaers commented 5 years ago

This node now uses node-pty-prebuilt-multiarch, which offers prebuilt files for node-pty on various systems.