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

Failed to import - preact-reconciler

Open ch99q opened this issue 2 years ago • 3 comments

Failing module

  • npm: https://npmjs.com/package/preact-reconciler
import "https://esm.sh/[email protected]"

Error message

/* esm.sh - error */
throw new Error("[esm.sh] " + "yarn add [email protected]: ");
export default null;

Additional info

  • esm.sh version: v113

ch99q avatar Mar 29 '23 11:03 ch99q

Other packages seem to be affected too.

https://esm.sh/[email protected]

/* esm.sh - error */
throw new Error("[esm.sh] " + "yarn add [email protected]: ");
export default null;

tommyhtran avatar Mar 29 '23 11:03 tommyhtran

after cleaning server cache dir, now it backs to normal

ije avatar Mar 29 '23 12:03 ije

@Justinidlerz seems the npm dir use a lot of storage without clean phase, i am trying to switch to pnpm instead of yarn

ije avatar Mar 29 '23 12:03 ije