我尝试使用以下命令安装@tensorflow/tfjs-node
npm install @tensorflow/tfjs-node但我犯了这个错误
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @tensorflow/tfjs-node@3.7.0 install: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @tensorflow/tfjs-node@3.7.0 install 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! /home/kit/.npm/_logs/2021-07-09T14_28_52_156Z-debug.log我的节点版本: v14.11.0
如果有人有答案,我期待着。提前谢谢。
发布于 2021-07-11 02:44:40
试试这个:
https://stackoverflow.com/questions/68318523
复制相似问题