Troubleshooting: node-red-contrib-salesforce (Salesforce package)

After installing this package on my Node-RED instance (hosted on AWS and managed by fargate) I noticed that of the original 6 nodes available, only one node-- the obm node is available from the palette, and drilling into the manage palette section reveals an error listed next to the rest of the nodes:

  • Error: Cannot find module 'nforce' (line:3)

Is there a way to address this issue? In theory could the issue be solved by NPM installing nforce on that instance directly?

I would try uninstalling the node then reinstalling it using the command line, you may well see an error message then.
Often this sort of problem is caused by the version of npm or node that you have.

1 Like