jsr-io / jsr

The open-source package registry for modern JavaScript and TypeScript
https://jsr.io
MIT License
2.52k stars 117 forks source link

JSR package install not working on StackBlitz #843

Open birkskyum opened 22 hours ago

birkskyum commented 22 hours ago

I'd like to be able to install packages from the jsr.io registry

Steps to Reproduce

~/projects/vitejs-vite-fdprwd 1m 17s
❯ npx jsr add @birkskyum/maplibre-gl-draw
Installing @birkskyum/maplibre-gl-draw...
$ npm install @birkskyum/maplibre-gl-draw@npm:@jsr/birkskyum__maplibre-gl-draw
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://npm.jsr.io/@jsr%2fbirkskyum__maplibre-gl-draw failed, reason: socket hang up
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-11-22T00_17_43_503Z-debug-0.log
Child process exited with: 1

I don't know if this is issue with JSR or StackBlitz