New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/47249#issuecomment-1813015684 Comment: Thanks for your PR! I see you're taking on quite a heavy package for your first contribution to void-packages... First thing, please don't close your PRs and open new ones just to change some things; instead, amend your commit using `git commit --amend` and then force-push to the PR's branch. As for the PR itself, first thing, please pull in my changes in https://github.com/paper42/void-packages/pull/7 (except for the `${makejobs}` one, ignore it). Other than that, I'm afraid just testing that node works correctly isn't nearly enough: you also need to make sure that everything that depends on node for building still works correctly, can you please do that?