npm ERR! cb() never called!

C++
// run this command before running again
npm cache clean --force//try below command first and
//then again install the required package you were installing
npm cache clean
//if the above command fails run below command. 
npm cache clean --force
Source

Also in C++: