问题
GeekChiefdeMacBook-Air:appium-desktop-1.20.2 geekchief$ npm install
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! /Users/geekchief/.npm/_logs/2021-07-12T06_56_29_399Z-debug.log
解决
这个问题,是因为npm程序执行到未知流程节点中然后没有调用回调通知任务已执行完成,导致进程异常退出,据官方说法他们也没有太好的方式解决,建议直接升级npm版本,我是按照他们的建议方案解决的!
给大家附上Github上关于此ISSUE的讨论:Github NPM ISSUE