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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -