Closed GregBrimble closed 1 year ago
Without this, running with Docker tries to run in Node.js 14 which doesn't have the Fetch API.
+1, had to change nodeJS image version and add --legacy-peer-deps flag to npm install
+1.
I propose a cleaner fix: #67
Without this, running with Docker tries to run in Node.js 14 which doesn't have the Fetch API.