-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Describe the bug
https://jsr.io/docs/using-packages outlines how to install a package that is published to https://jsr.io/.
This seems to be blocked or something.
❯ npx jsr add @luca/cases
Need to install the following packages:
[email protected]
Ok to proceed? (y)
Setting up .npmrc...ok
Installing @luca/cases...
$ npm install @luca/cases@npm:@jsr/luca__cases
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://npm.jsr.io/@jsr%2fluca__cases 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-10-06T06_16_28_628Z-debug-0.log
Child process exited with: 1
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-pf5xxu
Steps to reproduce
run npx jsr add @luca/cases
from the terminal as per JSR instructions.
Expected behavior
package should be installed and an entry added to package.json.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
- OS: MacOs
- Browser: Chrome
- Version: Version 129.0.6668.90 (Official Build) (arm64)
Additional context
Was trying to run this initially via bolt.net which kind of silently fails when you tell AI to use npx jsr add instead of npm for any package.
Metadata
Metadata
Assignees
Labels
No labels