Incompatible dependency version

If your Frappe Cloud build is failing with an "Incompatible dependency version" message, it means that one of your bench dependencies is incompatible one or more of the apps you want to add to your bench.

How to fix?

The example below shows you how to correct Node's version.

You can use the same steps to correct the version of any dependency.

To fix this issue:

  • Navigate to the Dependencies tab on your Bench

  • Locate the Node Version entry. Or the entry to which ever dependency you need to correct.

  • Click on Edit under the ··· menu button:


ℹ️ Tip

To set a custom dependency version view this documentation page.

You should see an Edit Dependency dialog pop up:


Select the correct Node Version, click on Edit to save the setting. Then try updating your Bench.

If your build still does not succeed, raise a support ticket and we'll help you out.

On this page