hyper
hyper copied to clipboard
Plugin install causing - Response code 401 (Unauthorized)
-
[x] I am on the latest Hyper.app version
-
[x] I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: Microsoft Windows [Version 10.0.17763.195]
-
Hyper.app version: 2.1.2
-
Link of a Gist with the contents of your .hyper.js: gist link
-
Relevant information from devtools Nothing showing up
-
The issue is reproducible in vanilla Hyper.app: Is Vanilla
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
I did confirm that removing my private package and replacing it with the public one does allow the plugin to install
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.
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
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.
the issue has to do, with the that you have private feed registry configured in .npmrc file (check Home folder).
Any alternative to removing the .npmrc? Can we pull the repo locally and install from there?