Description
As I check the npm, it still has "@cloudflare/kumo": "^1.0.0",
Apparently Github Action has issues with that
Steps to reproduce
run it with github action
Environment
- emdash : 0.30.0
- node : 24.0.0
Logs / error output
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @emdash-cms/plugin-field-kit@0.1.0
npm error Found: @cloudflare/kumo@2.6.0
npm error node_modules/@cloudflare/kumo
npm error @cloudflare/kumo@"2.6.0" from @emdash-cms/admin@0.30.0
npm error node_modules/@emdash-cms/admin
npm error @emdash-cms/admin@"0.30.0" from emdash@0.30.0
npm error node_modules/emdash
npm error emdash@"^0.30.0" from the root project
npm error 2 more (@emdash-cms/cloudflare, @emdash-cms/plugin-field-kit)
npm error @cloudflare/kumo@"2.6.0" from @emdash-cms/blocks@0.30.0
npm error node_modules/@emdash-cms/blocks
npm error @emdash-cms/blocks@"0.30.0" from @emdash-cms/admin@0.30.0
npm error node_modules/@emdash-cms/admin
npm error @emdash-cms/admin@"0.30.0" from emdash@0.30.0
npm error node_modules/emdash
npm error emdash@"^0.30.0" from the root project
npm error 2 more (@emdash-cms/cloudflare, @emdash-cms/plugin-field-kit)
npm error
npm error Could not resolve dependency:
npm error peer @cloudflare/kumo@"^1.0.0" from @emdash-cms/plugin-field-kit@0.1.0
npm error node_modules/@emdash-cms/plugin-field-kit
npm error @emdash-cms/plugin-field-kit@"^0.1.0" from the root project
npm error
npm error Conflicting peer dependency: @cloudflare/kumo@1.19.0
npm error node_modules/@cloudflare/kumo
npm error peer @cloudflare/kumo@"^1.0.0" from @emdash-cms/plugin-field-kit@0.1.0
npm error node_modules/@emdash-cms/plugin-field-kit
npm error @emdash-cms/plugin-field-kit@"^0.1.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2026-08-02T14_24_31_554Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-08-02T14_24_31_554Z-debug-0.log
Description
As I check the npm, it still has
"@cloudflare/kumo": "^1.0.0",Apparently Github Action has issues with that
Steps to reproduce
run it with github action
Environment
Logs / error output