danfojs: Error: The Node.js native addon module (tfjs_binding.node) can not be found at path...
I am trying to install DanfoJS on windows 10 using below command:
npm install danfojs-node
but I get following error when I run npm start
Error: The Node.js native addon module (tfjs_binding.node) can not be found at path:
I tried to ran npm rebuild @tensorflow/tfjs-node build-addon-from-source but still having problem.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (7 by maintainers)
I was using a different node.js version that Electron was. so I installed node.js version is the same as the version of Electron is using (12.16.3) and that solved the problem
That’s great, I’ll go ahead and close this issue now.