node.js - When I try to install any module with npm, it throws error EMAXREDIRECT -


i'm trying install modules via npm , i'm getting error:

npm err! code emaxredirect npm err! maximum redirect reached at: https://registry.npmjs.org:443/

this happening every module had tried install. also, had reinstalled node + npm, , it's not working yet. didn't found people similar issue... know , how solve it?

error_img

@haysa
try setting registry , running these commands.

npm config rm proxy
npm config rm https-proxy


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -