Nexmo / nexmo-nodered

Node Red Nodes for The Nexmo APIs
MIT License
5 stars 6 forks source link

Error installing module in IBM's bluemix node-RED #19

Closed emilianop11 closed 5 years ago

emilianop11 commented 5 years ago
captura

As seen on the image above, the installation of the module fails on IBM's bluemix node-red. No descriptive message is shown in the console.

To reproduce click on the hamburguer menu in the top right corner, click on "Manage Palette". On the "Install" tab search for the nexmo module and just click "install"

sammachin commented 5 years ago

this seems to be an out of memory issue with the IBM cloud foundry instance, the default only has 256MB, I upped mine to 384 and it installed fine. It seems to now be sitting at 120MB of memory in use so I think its just NPM eating all the RAM, will try and do some profiling of the nexmo-node package to see what that uses to install.