Add mysql node via package.json but node-red doesnt load it. But If enter the container and run npm install node-red-node-mysql it installs it and it works. But if restart the container its gone . Running Node-red in container in IOTStack
I fixed by using
$ npm install -g node-red-admin
$ node-red-admin install node-red-node-mysql
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.