top | item 42361747 (no title) FractalHQ | 1 year ago JSR is better so use that. And you can install npm deps from esm.sh instead. discuss order hn newest tylerchilds|1 year ago i use esm.sh and that’s how i noticed the outage.cached packages resolved during the outage, but unpinned versions 404’dmy hot fix this morning was to pin my npm packages to cached versions on esm.shfor deno packages, i tried to pin using the npm:* syntax, but those failed to resolve, so my hotfix was the same as above.
tylerchilds|1 year ago i use esm.sh and that’s how i noticed the outage.cached packages resolved during the outage, but unpinned versions 404’dmy hot fix this morning was to pin my npm packages to cached versions on esm.shfor deno packages, i tried to pin using the npm:* syntax, but those failed to resolve, so my hotfix was the same as above.
tylerchilds|1 year ago
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.