Open Blabla5943 opened 2 years ago
It looks like you're having node gyp errors.
Try these: https://spin.atomicobject.com/2019/03/27/node-gyp-windows/ https://blog.logrocket.com/solving-common-issues-node-gyp/
It looks like you're having node gyp errors.
Try these: https://spin.atomicobject.com/2019/03/27/node-gyp-windows/ https://blog.logrocket.com/solving-common-issues-node-gyp/
Hello! I tried propotitions on: https://blog.logrocket.com/solving-common-issues-node-gyp/ But I have again error. Have you an idea other to resolve this error? The console error is not really explain with precision.
Hello,
I'm trying to create an API to detect NSFW images. Therefore, I'm trying to install NSFWJS with NodeJS. Therefore, I follow the tutorial present at this URL: https://github.com/infinitered/nsfwjs#node-js-app
I use Debian 11.2.
I install NSFWJS with command line:
npm install nsfwjs
No problem! Perfect!But, when I try to install tfjs-node, with this command line:
npm install @tensorflow/tfjs-node
I have this error:The content of /root/.npm/_logs/2022-02-22T09_27_30_222Z-debug-0.log file is:
Why this error? How fix this?
Thank you!