Giter VIP home page Giter VIP logo

node-red-nodes's People

Contributors

bluetailcat avatar kkcloudy avatar sheng2216 avatar taylorisagoodboy avatar xoseperez avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

node-red-nodes's Issues

Install error

I get an error when I want to load node @pizzaprogram/mcp-pcf-aio via manage pallete this is the log ๐Ÿ‘

2022-11-03T12:24:28.366Z Install : @rakwireless/mcp-pcf-aio 1.0.0

2022-11-03T12:24:28.648Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict @rakwireless/[email protected]
2022-11-03T12:24:30.360Z [err] npm
2022-11-03T12:24:30.361Z [err] WARN
2022-11-03T12:24:30.361Z [err] config production Use --omit=dev instead.
2022-11-03T12:24:35.458Z [err] npm ERR! code 1
2022-11-03T12:24:35.458Z [err] npm ERR! path /config/node-red/node_modules/i2c-bus
2022-11-03T12:24:35.458Z [err] npm ERR! command failed
2022-11-03T12:24:35.458Z [err] npm ERR! command sh -c node-gyp rebuild
2022-11-03T12:24:35.458Z [err] npm ERR! gyp info it worked if it ends with ok
2022-11-03T12:24:35.458Z [err] npm ERR! gyp info using [email protected]
2022-11-03T12:24:35.458Z [err] npm ERR! gyp info using [email protected] | linux | arm64
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python checking Python explicitly set from command line or npm configuration
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - "--python=" or "npm config get python" is "/usr/bin/python3"
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - "/usr/bin/python3" is not in PATH or produced an error
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python checking if "python3" can be used
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python checking if "python" can be used
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python **********************************************************
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python You need to install the latest version of Python.
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python you can try one of the following options:
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python npm config set python "/path/to/pythonexecutable"
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python For more information consult the documentation at:
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python **********************************************************
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! find Python
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! configure error
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:330:47)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:159:21)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at PythonFinder. (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:202:16)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:294:16)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at exithandler (node:child_process:408:5)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:420:5)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:478:16)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:83:21)
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! System Linux 5.15.61-v8
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! cwd /config/node-red/node_modules/i2c-bus
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! node -v v16.17.1
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! node-gyp -v v9.0.0
2022-11-03T12:24:35.458Z [err] npm ERR! gyp ERR! not ok
2022-11-03T12:24:35.511Z [err]
2022-11-03T12:24:35.511Z [err] npm ERR! A complete log of this run can be found in:
2022-11-03T12:24:35.511Z [err] npm ERR! /root/.npm/_logs/2022-11-03T12_24_30_212Z-debug-0.log
2022-11-03T12:24:35.516Z rc=1

Request Feature for pn532-i2c : read NFC Tag data

Hello,

Thank you for this wonderfull Node Red node, pn532-i2c. Adding Tag reading interaction in Node-Red is very usefull.

But, is there a way to get the NFC Tag data and not only the tag UID ?

The reason, is the ability to have more interaction, directly from the tag data. Exemple : if the tag contain an email record, node-red directly send the email, or print the text if text data and so on...

I take a look at the code, but I'm not familiar to javascript even to hardware interaction.

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.