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?
@haysa
try setting registry , running these commands.
npm config rm proxy
npm config rm https-proxy
Comments
Post a Comment