Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

npm install not workjing behind proxy

npm config set strict-ssl false

# Set npm to use http instead of https
npm config set registry "http://registry.npmjs.org/"

# install your package with below syntax, can leave out the
# username:password section if your proxy does not require
# you to authenticate. The "http://" part is very important
npm --proxy http://username:password@cacheaddress.com.br:80 install packagename
Comment

PREVIOUS NEXT
Code Example
Shell :: path to flutter linux 
Shell :: bitnami cert 
Shell :: centos helm 
Shell :: check iptables rules in kubernetes service 
Shell :: ubuntu enable ssh 
Shell :: bash if statement 
Shell :: add folder to github 
Shell :: update hour linux 
Shell :: centos history rollback 
Shell :: hide date from terminal ubuntu 
Shell :: git graph command 
Shell :: read lines bash script 
Shell :: install of the kali wsl desktop 
Shell :: homebrew install autoconf 
Shell :: gitignore 
Shell :: github auto close issue 
Shell :: open cmd in current directory 
Shell :: extract every nth line using sed linux fedora 
Shell :: vue postcss 8 tailwindcss 
Shell :: how-to-fix-held-broken-packages 
Shell :: insert text before cursor in vi 
Shell :: how to reinstall alsa 
Shell :: linux sync files between folders 
Shell :: how to silence operation not permitted 
Shell :: command to select a word in vim 
Shell :: kubernetes get persistent volumes 
Shell :: shell script -z 
Shell :: create new remote branch 
Shell :: how to apply changes in a single file from stash 
Shell :: yarn uninstall 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =