Error: The Node.js native addon module (tfjs_binding.node) can not be found at path...
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
The Node.js native addon module (tfjs_binding.node) can not ...
On Ubuntu 20.04 I solved it with: sudo apt install build-essential; sudo npm i -g node-pre-gyp; npm rebuild @tensorflow/tfjs-node ...
Read more >The Node.js native addon module (tfjs_binding.node ... - GitHub
Error : The Node.js native addon module (tfjs_binding.node) can not be found at path: /mnt/d/Source/tfjs-examples/mnist-node ...
Read more >tensorflow/tfjs-node - UNPKG
40, throw new Error(. 41, `The Node.js native addon module (tfjs_binding.node) can not ` +. 42, `be found at path: ` + String(bindingPath)...
Read more >Assert | Node.js v19.3.0 Documentation
Indicates the failure of an assertion. All errors thrown by the node:assert module will be instances of the AssertionError class. new assert.AssertionError( ...
Read more >HTTP | Node.js v19.3.0 Documentation
When a connection is closed by the client or the server, it is removed from the pool. Any unused sockets in the pool...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.