💨
npm ERR! cb() never called!
Error
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/debug.log
Resolve
- check package-json.lock lockfileVersion
- add env NPM_CONFIG_STRICT_SSL=false
- regenerate package-json.lock
Discussion