esm-dev/esm.sh

Failed to import - client-sts: no space left on device

Opened this issue · 0 comments

Seems like #608 all over again.

Failing module

import { something } from "https://esm.sh/@aws-sdk/client-sts@3.675.0"

Error message

After running deno run I got this:

An error has occured
failed to load 'https://esm.sh/@aws-sdk/client-sts': Import 'https://esm.sh/@aws-sdk/client-sts@3.675.0' failed: 500 Internal Server Error
InvalidWorkerCreation: worker boot error failed to load 'https://esm.sh/@aws-sdk/client-sts': Import 'https://esm.sh/@aws-sdk/client-sts@3.675.0' failed: 500 Internal Server Error
    at async UserWorker.create (ext:sb_user_workers/user_workers.js:144:15)
    at async Object.handler (file:///home/deno/index.ts:147:22)
    at async respond (ext:sb_core_main_js/js/http.js:163:14) {
  name: "InvalidWorkerCreation"
}

Additional info

Going to https://esm.sh/@aws-sdk/client-sts@3.675.0 results in

/* esm.sh - error */
throw new Error("[esm.sh] " + "mkdir /esmd/npm/@aws-sdk/client-sts@3.675.0: no space left on device");
export default null;