question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: The Node.js native addon module (tfjs_binding.node) can not be found at path...

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
samiragolcommented, Sep 3, 2020

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

1reaction
risenWcommented, Sep 3, 2020

That’s great, I’ll go ahead and close this issue now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found