zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
988 stars 206 forks source link

fix: rollup not working on arm #4018

Closed robertsLando closed 1 week ago

robertsLando commented 1 week ago

Fixes #4007. Ref: https://github.com/rollup/rollup/issues/5194#issuecomment-1833271025

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11913397084

Details


Totals Coverage Status
Change from base Build 11897033710: 0.0%
Covered Lines: 3946
Relevant Lines: 19918

💛 - Coveralls
robertsLando commented 1 week ago

@AlCalzone I dropped package-lock and run npm i and nothing changed on lock file 🤷🏼‍♂️

AlCalzone commented 1 week ago

This isn't working

AlCalzone commented 1 week ago

New approach: I uninstalled every dependency that indirectly depended on rollup Added

  "overrides": {
    "rollup": "npm:@rollup/wasm-node"
  },

Then restored the removed entries in package.json and did npm install. Voila: grafik