When I try to install the plugin using the "Manage Palette" feature of node-red the installation fails with a general error: "Error: stderr maxBuffer exceeded". The work-around for me was to install the plugin from the command line inside the .node-red
user settings directory.
Note beyond, I am able to install other plugins via "Manage Palette" without problems. So, I don't think it is a general issue with my setup or the way I am using node-red.
So I am wondering, if I am missing something or this is a bug?
Here is how to reproduce the issue:
npm install -g node-red
as unprivileged user (no need for --unsafe-perm
at this point)node-red
on the command line with the user account used to run hyperledger composer and fabricnode-red-contrib-composer
plugin using "Manage Palette"This is a known issue, see https://github.com/hyperledger/composer/issues/2793
and is due to this issue in node-red https://github.com/node-red/node-red/issues/1488