andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

`deployment/update` fails on `physical`, when installing on non-arm machine #91

Closed pixelblend closed 6 years ago

pixelblend commented 6 years ago

There’s a small issue where when you use deployment/update on a mac, it fails on the installation for this service, because it can’t install the gpio-based library.

Potential solution: use a library to allow architecture library installs.

andrewn commented 6 years ago

That library looks good. Maybe we can use scripts.postinstall in NPM to automatically run npm run archpm on npm install.