Hi all,
I have two nodes that I installed with npm:
npm install -g mmcontrol
npm install -g flick-electric-api
Sources:
https://github.com/lennyby93/node-mmcontrolhttps://github.com/madleech/FlickElectricApi... that do not show in the Node-red Manage Palette > Install
running node-red -v does not show any issues
21 Jul 20:34:13 - [info]
Welcome to Node-RED
===================
21 Jul 20:34:13 - [info] Node-RED version: v0.17.4
21 Jul 20:34:13 - [info] Node.js version: v6.11.1
21 Jul 20:34:13 - [info] Linux 4.1.30.x86_64.1 x64 LE
21 Jul 20:34:14 - [info] Loading palette nodes
21 Jul 20:34:18 - [info] Settings file : /home/nodereduser/.node-red/settings.js
21 Jul 20:34:18 - [info] User directory : /home/nodereduser/.node-red
21 Jul 20:34:18 - [info] Flows file : /home/nodereduser/.node-red/flows_naschc.json
21 Jul 20:34:18 - [info] Creating new flow file
21 Jul 20:34:18 - [info] Starting flows
21 Jul 20:34:18 - [info] Started flows
21 Jul 20:34:18 - [info] Server now running at
http://127.0.0.1:1880/I installed pushbullet using same procedure, and it shows in Manage Palette without any issues.
Being a complete beginner in both npm packaging and node-red, I dont really know where to find what exactly the packages need to look like. Tried to replicate some alternative installation methods I found in this group (such as "npm install /tmp/my-node") but nothing worked.
Is there a way to debug why node-red "see" some npm installed packages, but not others?
Any suggestion very much appreciated.
Cheers,
Andrej