Git Product home page Git Product logo

Comments (6)

fivdi avatar fivdi commented on July 22, 2024 1

Your welcome. Have fun with onoff.

from onoff.

fivdi avatar fivdi commented on July 22, 2024 1

Additional information that may help others reading this issue: The "Module did not self-register" error was a runtime error, not a compile time error.

from onoff.

fivdi avatar fivdi commented on July 22, 2024

What is the exact command being used to install onoff and what is the complete output of that command?

Also, what is the output of the following commands?

node -v
uname -a
gcc --version

from onoff.

haldunatar avatar haldunatar commented on July 22, 2024

npm install onoff

V4.0.0

Linux raspberrypi 4.1.18-v7+ #846 SMP Thu Feb 25 14:22:53 GMT 2016 armv7l GNU/Linux

gcc (Raspbian 4.8.4-1) 4.8.4

onoff was just working fine with 0.10.30. I updated node to 4.0.0 and If I run the file where onoff included is:

home/pi/Desktop/ledWithNode/anotherTest/raspberry-nodejs-simple-led/node_modules/onoff/node_modules/epoll/node_modules/bindings/bindings.js:83
throw e
^

Error: Module did not self-register.
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at bindings (/home/pi/Desktop/ledWithNode/anotherTest/raspberry-nodejs-simple-led/node_modules/onoff/node_modules/epoll/node_modules/bindings/bindings.js:76:44)
at Object. (/home/pi/Desktop/ledWithNode/anotherTest/raspberry-nodejs-simple-led/node_modules/onoff/node_modules/epoll/epoll.js:1:99)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)

from onoff.

fivdi avatar fivdi commented on July 22, 2024

Did you uninstall and reinstall onoff after updating Node.js from v0.10.30 to v4.0.0? It's essential to do this as onoff depends on a compiled native module called epoll. A native module compiled for Node.js v0.10.30 will not function with Node.js v4.0.0. It needs to be compiled for the version of Node.js being used.

from onoff.

haldunatar avatar haldunatar commented on July 22, 2024

That makes sense and it works! Thank you!

from onoff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.