【发布时间】:2020-04-23 08:35:26
【问题描述】:
当我尝试使用 npm install brain.js 安装 Brain.js 时,我总是收到此错误
这是错误:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gl@4.4.0 install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gl@4.4.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
【问题讨论】:
-
你使用的是什么版本的节点?
-
我建议尝试使用
npm install brain.js --loglevel verbose只是为了在日志中查看更多信息。您是否有任何机会使用任何公司代理?谢谢!
标签: javascript node.js npm brain.js