New comment by rmccask on void-packages repository https://github.com/void-linux/void-packages/pull/21744#issuecomment-627490352 Comment: I see a lot of errors mentioning "npm ERR! cb() never called". You could wait for a new node package since it is being worked on but I don't think it should be necessary. A couple of suggestions I saw: ``` If you have npm version 5 or above, try this first: $ sudo npm cache verify Otherwise: $ sudo npm cache clean ``` Another suggestion said that uninstalling the node package, rebooting and then reinstalling fixed it. I suspect that just cleared it out of memory but you could try it. Please let me know if either of these works.