vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.2k stars 3.5k forks source link

Plugin install causing - Response code 401 (Unauthorized) #3476

Open scottrudy opened 5 years ago

scottrudy commented 5 years ago

Issue

hyper i hyper-letters
Response code 401 (Unauthorized)
Plugin check failed. Check your internet connection or retry later.

I'm assuming this has to do with the fact that I have a private npm repo as my primary repo in my .npmrc file, but not sure how to fix it. I can't seem to find any other diagnostic logs. Running any npm install works just fine. Node version v10.15.1 npm version 6.4.1

scottrudy commented 5 years ago

I did confirm that removing my private package and replacing it with the public one does allow the plugin to install

shiftgeist commented 5 years ago

Happens to me as well (Debian 9, Hyper 2.1.2)

After clean install: hyper i hyper-atom-dark-transparent or hyper i hypercwd

Response code 401 (Unauthorized)
Plugin check failed. Check your internet connection or retry later.
stigvanbrabant commented 5 years ago

Getting the same error after clean install, is there a known fix for this?

Edit: the error was happening because i was still on a private registry, using the public registry solved this issue

lucizek commented 4 years ago

Not sure what should I do to fix it.

edit: You probably have .npmrc in the root, just move it/delete it for a sec - execute the command and put it back. You should be good to go.

tds01088 commented 1 year ago

the issue has to do, with the that you have private feed registry configured in .npmrc file (check Home folder).

KoStard commented 8 months ago

Any alternative to removing the .npmrc? Can we pull the repo locally and install from there?