yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.23k stars 1.07k forks source link

[Bug]: yarn install says it received 'malformed response' #6342

Open rathboma opened 2 weeks ago

rathboma commented 2 weeks ago

Self-service

Describe the bug

I make Beekeeper Studio. I haven't changed anything since this afternoon to tonight (4 hours or so), now when anyone runs yarn install in the project we get this error:

verbose 1.231683221 Request "https://registry.yarnpkg.com/beekeeper-studio" finished with status code 200.
verbose 1.243392161 Error: Received malformed response from registry for "beekeeper-studio". The registry may be down.

That file seems to be from 2021, not sure what's wrong? Hoping someone can help.

Replication

To reproduce

nvm install 16 nvm use 16 npm install -g yarn git@github.com:beekeeper-studio/beekeeper-studio.git yarn install

Environment

Yarn 1.22.22
Ubuntu 24.04, 22.04, Mac Intel, Mac M1, all platforms.
Says 'dlx not found'

Additional context

No response