skip to Main Content

Visual Studio Code – How can I fix compatibility problems with tfjs-node?

Importing // Frontend - Vue.js const tfn = require('@tensorflow/tfjs-node') then running npm install --save @tensorflow/tfjs-node gets me followed error: npm ERR! node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1093:16) npm ERR! node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) npm ERR! node-pre-gyp ERR! System…

VIEW QUESTION
Back To Top
Search