New comment by oliver-cfc on void-packages repository https://github.com/void-linux/void-packages/pull/21744#issuecomment-627477613 Comment: I'm pretty new to node so may be missing something but 'npm install ' fails with llhttp-2.0.5_1 ``` $ npm i express npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! npm ERR! A complete log of this run can be found in: npm ERR! /home/oliver/.npm/_logs/2020-05-12T17_11_37_457Z-debug.log ``` Downgrading to llhttp-1.1.4_1 allows it to work again ``` $ npm i express npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN nodeapi@1.0.0 No repository field. + express@4.17.1 added 50 packages from 37 contributors and audited 126 packages in 14.868s found 0 vulnerabilities ``` Does this mean I need to wait for a node upgrade (current on nodejs-13.2.0_1) before upgrading llhttp again?