New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/47249#issuecomment-1813181725 Comment: > Okay, I've merged your changes. According to xbps-query -RX nodejs, there are 10 packages that depend on nodejs excluding nodejs-lts. From what I understand, I need to build all of them from source and test them? No, what you found are the packages that depend on nodejs at runtime, but what I meant are packages that have nodejs in `makedepends` or `hostmakedepnends`. Also, you don't strictly need to test all of them, though that's still a good idea if possible.