Hacker News new | ask | show | jobs
by FractalHQ 554 days ago
JSR is better so use that. And you can install npm deps from esm.sh instead.
1 comments

i use esm.sh and that’s how i noticed the outage.

cached packages resolved during the outage, but unpinned versions 404’d

my hot fix this morning was to pin my npm packages to cached versions on esm.sh

for deno packages, i tried to pin using the npm:* syntax, but those failed to resolve, so my hotfix was the same as above.