question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Updating node to v16 - armv6 error

See original GitHub issue
# Fatal error in , line 0
# Liftoff bailout should not happen. Cause: Armv6 not supported

_Originally posted in https://github.com/homebridge/homebridge/issues/3002#issuecomment-956263450_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:13

github_iconTop GitHub Comments

4reactions
EnhancedMindcommented, Dec 11, 2021

using --no-expose-wasm as node argument did the trick for me. The command instead of node . is node --no-expose-wasm .

2reactions
superevrcommented, Feb 1, 2022

I edited /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/hb-service.js and changed the first line #!/usr/bin/env node to #!/usr/bin/env -S node --no-expose-wasm

This worked for me, but was overwritten in the next update. Wouldn’t mind seeing this issue re-opened.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trouble updating to newer Node.js - Raspberry Pi Forums
And received the following error: ## Installing the NodeSource Node.js 0.10 repo… ## You appear to be running on ARMv6 hardware. Unfortunately ...
Read more >
Upgrading to more recent versions of Node.js on ... - thisDaveJ
We use the apt install command which seems a bit counter-intuitive, but apt install will upgrade the package to the latest version in...
Read more >
Error while updating to newer version of NR - Node-RED Forum
I finally decided to update a machine with this command: bash ... 2 tar: Error is not recoverable: exiting now Install Node.js for...
Read more >
Unable to get Homebridge-Nest to work - Reddit
Hi all, I am new to Homebridge and recently got a new Raspberry Pi Zero W running Raspbian GNU/Linux 10 (buster) and node...
Read more >
Install NodeJS on a Raspberry Pi Zero - Hassan Corrigan
However, NodeJS doesn't officially support the ARMv6 build required by the Pi Zero as of NodeJS 12 and later. It has now been...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found