esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - terminal-in-react

Open lwdgit opened this issue 3 years ago • 0 comments

Failing module

  • GitHub: https://github.com/nitin42/terminal-in-react
  • npm: https://npmjs.org/terminal-in-react
import { something } from 'https://esm.sh/terminal-in-react'

Error message

After onload I got this:

/* esm.sh - error */
throw new Error("[esm.sh] " + "open /tmp/esm-build-849a3b94eb398fe78a35e0d4f4acf371d2341ddb-bfaed961/node_modules/terminal-in-react/src/index.js: no such file or directory");
export default null;

Additional info

work fine before v78

  • esm.sh version: v78
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

lwdgit avatar May 06 '22 12:05 lwdgit