enter image description here

When I install npm install such messages mine need to change port 443 to 8080 but I don’t know how <>

  • Try installing with the -d flag. Or npm config set registry http://registry.npmjs.org/ - entithat
  • does not work!? - Legolas
  • Look here - github.com/npm/npm/issues/7945 , or npm config set proxy null - entithat

0