esm.sh
esm.sh copied to clipboard
Failed to import - @mui/icons-material/*
Failing module
- GitHub: https://github.com/mui-org/material-ui/tree/master/packages/mui-icons-material
- npm: https://www.npmjs.com/package/@mui/icons-material
import MenuIcon from 'https://esm.sh/@mui/icons-material/Menu'
as well as any import from @mui/icons-material/*
Error message
it times out and at some point responds with the following:
/* esm.sh - error */
throw new Error("[esm.sh] " + "yarn add @mui/[email protected]: yarn add v1.22.17\ninfo No lockfile found.\n[1/4] Resolving packages...\n[2/4] Fetching packages...\nerror An unexpected error occurred: \"EBUSY: resource busy or locked, unlink '/esms/yarn-cache/v6/npm-@mui-icons-material-5.2.1-f037aeb7a0491bf855eaebea53de8ee427b3014e-integrity/node_modules/@mui/icons-material/.nfs0000000000297a19000001aa'\".\ninfo If you think this is a bug, please open a bug report with the information provided in \"/tmp/esm-build-f38903c66d3b523ac738314384015b152131610c-d99f19c1/yarn-error.log\".\ninfo Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.\n");
export default null;
After running deno bundle I get this:
error: Import 'https://esm.sh/@mui/icons-material/Menu' failed: 408 Request Timeout
Additional info
- esm.sh version: v58
- Deno version: 1.16.4