当我尝试使用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.发布于 2020-01-06 03:39:46
我通过重新安装node.js解决了这个问题,一些软件包有问题,当我重新安装它时,问题就解决了。感谢所有试图回答或回答我的问题的人:)
https://stackoverflow.com/questions/59601278
复制相似问题