我一直在尝试运行Loopback
时解决此错误,但未成功:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! backend@1.0.0 start: `node -r source-map-support/register .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the backend@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-03-30T22_35_05_684Z-debug.log
我试图通过验证缓存并更新npm版本来解决该问题,但是我做不到。
Pd:我正在使用Linux(Ubuntu 19.10)。