Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chaichontat opened this issue Oct 18, 2024 · 0 comments
Open

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

chaichontat opened this issue Oct 18, 2024 · 0 comments
Labels
deno Not working in Deno

Comments

@chaichontat
Copy link

chaichontat commented Oct 18, 2024

Seems like #608 all over again.

Failing module

import { something } from "https://esm.sh/@aws-sdk/[email protected]"

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/[email protected]' 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/[email protected]' 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/[email protected] results in

/* esm.sh - error */
throw new Error("[esm.sh] " + "mkdir /esmd/npm/@aws-sdk/[email protected]: no space left on device");
export default null;
@chaichontat chaichontat added the deno Not working in Deno label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant