downgrade node-fetch module to the version that isn't using esm
Showing
| ... | ... | @@ -22,6 +22,6 @@ |
| "dependencies": { | ||
| "form-data": "^4.0.0", | ||
| "moment": "^2.29.1", | ||
| "node-fetch": "^3.0.0" | ||
| "node-fetch": "^2.6.5" | ||
| } | ||
| } |
Please register or sign in to comment