node-red-contrib-npm
node-red-contrib-npm copied to clipboard
Node-RED node allowing NPM modules to be dynamically exposed as custom nodes.
The function only reads msg.payload as a single input parameter, yet the function I am using is of the form. function (mandatory1, mandatory2)
Hi there, I'm trying to use the [ldbs-json](https://www.npmjs.com/package/ldbs-json) package for National Rail UK Live Board Departures but I'm struggling to get it to work with the npm-contrib node. The code...
Hi, We've detected that your node has a dependency on an old version of `agent-base (
I've started to made use of Custom Code in this Node but I have found the following that makes editing code "uncomfortable". 1) The edit box is limited to 16...
Trying to use npm module 'ethernet-ip'. Get this error: "TypeError: module_func is not a function" when attempting to execute module constructor.
@jthomas someone opened up an issue on my [repo](https://github.com/ntsaini/node-red-contrib-function-npm/issues/3) and since my module has similar dependencies as yours, it suffers from the same breaking changes caused by npm > v5.0...
Am struggling with using the custom code, and examples would help. Have a working node red installation and installed this and other components. Want to use the tplink-lightbulb node, https://www.npmjs.com/package/tplink-lightbulb,...
Is it possible to stop node-red-contrib-npm from downloading the chosen NPM module on every restart of Node-RED?