Remove node-fetch change to another fetch package #179
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the new version of node-fetch that is forcing many projects to use ESM for their own interests, we like ESM, but we won't mind ESM anytime soon.
Bds Maneger will still be programmed in CJS, even when NodeJS officially switches to ESM then we will be concerned about bringing Bds Maneger Core to ESM.
Tasks:
you could also just pin/stick with v2 of node-fetch
i would recommend keep using the fetch api, it's going to be introduced to nodejs core one day
the alternative is that you use the async import solution.