💨

npm ERR! cb() never called!

2023/01/09に公開

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