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

**URL:** https://discourse.nodered.org/t/troubleshooting-node-red-contrib-salesforce-salesforce-package/9384
**Category:** General
**Created:** [25 March 2019 03:48 UTC](https://discourse.nodered.org/t/troubleshooting-node-red-contrib-salesforce-salesforce-package/9384 "2019-03-25T03:48:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![utmostGrandPoobah](https://avatars.discourse-cdn.com/v4/letter/u/43a26b/32.png) [@utmostGrandPoobah](https://discourse.nodered.org/u/utmostGrandPoobah)
#### Post date: [25 March 2019 03:48 UTC](https://discourse.nodered.org/t/troubleshooting-node-red-contrib-salesforce-salesforce-package/9384/1 "2019-03-25T03:48:15Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [25 March 2019 07:08 UTC](https://discourse.nodered.org/t/troubleshooting-node-red-contrib-salesforce-salesforce-package/9384/2 "2019-03-25T07:08:12Z")

</div>

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.
