You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install node-red-contrib-sm-ind from a local repo, it installs, but does not show up in the node-red palette. Under user setting, it is listed along with all of the nodes, but it has a "MODULE_NOT_FOUND" warning. None of the nodes are enabled.
If I remove it, and re-install it directly from node-red, then it works properly.
The only two differences I have identified are
the node_modules folder node-red-contrib-sm-ind is a symbolic link when installed locally.
the dependency listing in the package.json.
local install: "node-red-contrib-sm-ind": "file:../repos/megaind-rpi/node-red-contrib-sm-ind",
Install from node-red: "node-red-contrib-sm-ind": "~1.0.4",
The version shown is 1.04. in both cases.
I am installing on a RaspberryPi
Not the end of the world, but frustrating.
The text was updated successfully, but these errors were encountered:
Thank you for the bug report.
We will look into it and if we can not solve it we keep only the second installing method.
One small question, have you change your current folder to the node-Red (.node-red) install folder before installing the node, as in the instructions?
Can also provide node-red and npm versions on your Raspberry?
Yes, I run the following command from within ~/.node-red npm install ~/repos/megaind-rpi/node-red-contrib-sm-ind
It appears to install correctly, I see everything in the node modules folder. Then I stop/start node-red. None of the sequent nodes are available in the palette, and I see the "MODULE_NOT_FOUND" in the palette settings.
Very strange, I can't tell why this method does not work, but installing from within node-red works fine.
When I install node-red-contrib-sm-ind from a local repo, it installs, but does not show up in the node-red palette. Under user setting, it is listed along with all of the nodes, but it has a "MODULE_NOT_FOUND" warning. None of the nodes are enabled.
If I remove it, and re-install it directly from node-red, then it works properly.
The only two differences I have identified are
The version shown is 1.04. in both cases.
I am installing on a RaspberryPi
Not the end of the world, but frustrating.
The text was updated successfully, but these errors were encountered: