Loxone / lxcommunicator

Communicate securily with the Loxone Miniserver via Websocket or HTTP requests
MIT License
63 stars 20 forks source link

Postinstall script causes errors #16

Open UncleSamSwiss opened 2 years ago

UncleSamSwiss commented 2 years ago

The post-install script "browserify.js" is causing issues on ARM CPUs.

Honestly, I see no reason why there is a need for a post-install script, you could simply deliver the generated files with the npm package.

My application is using this library in NodeJS (and not in the browser), thus there is no need to browserify the code, but I have no way to skip this script.

You can find the whole log of the installation process in this issue: https://github.com/UncleSamSwiss/ioBroker.loxone/issues/219