tskmgr icon indicating copy to clipboard operation
tskmgr copied to clipboard

node-fetch does not support Node.js 20

Open osmolovyk opened this issue 1 year ago • 1 comments

While running tskmgr client with node I am getting ECONNREFUSED error message. To fix an issue node-fetch should be updated to latest version. Related topic on Stackoverflow https://stackoverflow.com/questions/72390154/econnrefused-when-making-a-request-to-localhost-using-fetch-in-node-js

osmolovyk avatar Apr 25 '24 17:04 osmolovyk

we can simply remove node-fetch, fetch is now experimental in node 20

mathpaquette avatar Jun 23 '24 00:06 mathpaquette