My package n8n-nodes-peak-ai keeps failing with “Can’t find credential file in repo” but the file definitely exists:
-
GitHub: https://raw.githubusercontent.com/Priyeshvg/PeakAi-n8n/main/dist/credentials/credentials.js (returns HTTP 200)
-
package.json declares:
"credentials": ["dist/credentials/credentials.js"]
I’ve tried multiple filename conventions based on community posts but nothing works. Can someone from n8n help debug why the validator can’t find my credential file?
Thanks!