Giter VIP home page Giter VIP logo

Comments (2)

itpvga avatar itpvga commented on May 23, 2024 1

Thanks, I performed the updates and loaded all modules using the manage pallet.

This problem has been solved

from node-red-contrib-lwm2m.

dbaba avatar dbaba commented on May 23, 2024

22 Apr 10:13:45 - Error: spawn /home/innoadmin/.node-red/node_modules/node-red-contrib-lwm2m/dist/binding/node-v67-linux-x64/wakatiwaiclient ENOENT

You're using Node.js v11 (=NODE_MODULE_VERSION v67).
Since the prebuilt binaries are expected to be used in Node.js v10(LTS) and v12(LTS), your Node.js environment isn't able to use the prebuilt binary. In order to get Node.js v11 compliant binary, your OS environment requires the compilation tools.

So your option is one of the following:

  1. Upgrade Node.js to v12 from v11, then re-install Node-RED and additional Node-RED nodes including this node.
  2. Run sudo apt-get install build-essential to install the compilation tools then re-install this node (uninstall then install), which will create a binary executable file for Node.js v11.

Could you please try one of those?

from node-red-contrib-lwm2m.

Related Issues (19)

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.