I was able to find the patch in my github instance.
Unfortunately, I have no clue what to do next as I don’t really understand this too well. I get that I can remove or update, but don’t know what removing will do or how to update it to the correct version.
Thank you Daniel! I don’t use the cloud hosting from n8n, I use Render.io - I don’t see an option to upgrade my n8n instance and believed I was doing that each time I went to Github and hit “sync fork.” Am I able to update my n8n instance with this setup? I have the “dev” version of n8n.
Hi @briangormanh ,
The error occurs because your synced fork has outdated patch references. Since you’re using Render with the dev version:
Update your fork’s package.json to remove the problematic patch entries:
Find the “patchedDependencies” section
Remove the entries for [email protected] and other failing patches (be very careful and take backups before)
Alternatively, if you haven’t made custom changes, consider restarting with a fresh fork of the current n8n main branch instead of syncing your existing fork.(please, prefer this if you can start from fresh)
These patch conflicts typically happen when syncing across major version changes in the development branch.
Thank you so much! I’m interested in just creating a new fork since I haven’t made any custom changes to the github for n8n.
Can I simply create a new fork and then point to that repository URL within Render? In other words, just update that and leave everything else the same in Render?
The only thing I’m so worried about is losing my workflows!