Skip to content

.pnpm-store/v3/server/socket:/requestPackage error (ECONNREFUSED). #3402

Answered by woss
woss asked this question in Q&A
Discussion options

You must be logged in to vote

wow, it seems i have a tendency to answer my own questions :)

I never figured out WHY but here is the destructive fix, delete ALL pnpm with store and packages

# removes the pnpm 
which pnpm | xargs rm

# remove the state and the store
rm -r ~/.pnpm-store/  ~/.pnpm-state.json

# install the pnpm again
curl -f https://get.pnpm.io/v6.js | node - add --global pnpm

Then it worked

Replies: 1 comment 3 replies

Comment options

woss
Apr 27, 2021
Collaborator Author

You must be logged in to vote
3 replies
@zkochan
Comment options

@zkochan
Comment options

@woss
Comment options

woss May 2, 2021
Collaborator Author

Answer selected by woss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants