NUWCDIVNPT/stigman-watcher

Use dynamic Import for 'got' ESM.

cd-rite opened this issue · 1 comments

Latest versions of got only available as ESM, rather than CommonJS modules.

Consider:
converting Watcher project as a whole to ESM, rather than CommonJS
or
Switch to build-in Node fetch

csmig commented

Project was migrated to ESM at 7302f24