#1106229 npm: nodejs:armhf cannot install npm:armhf for some reason

#1106229#5
Date:
2025-05-21 16:05:48 UTC
From:
To:
Doing this

dpkg --add-architecture armhf
apt update
apt install nodejs:armhf

fails to install npm.
Trying to fix by installing npm:armhf doesn't work.

I suppose Multi-Arch: something is missing for npm, but I don't know
which one's the right one.