Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

npm install behind proxy

npm config set strict-ssl false
npm config set registry "http://registry.npmjs.org/"
npm config set proxy http://<username><password>@proxy-server-url>:<port>
npm config set https-proxy http://<username><password>@proxy-server-url>:<port>
npm install
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall winetricks ubuntu 
Shell :: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 
Shell :: docker install in centos u7 
Shell :: update kali 
Shell :: how to install pytube 
Shell :: list all ppa repository ubuntu 
Shell :: samtools convert sam to bam 
Shell :: laravel command not found after installing laravel mac 
Shell :: install docker raspberry 
Shell :: update npm with nvm 
Shell :: jupyterlab python setup 
Shell :: completely remove app from linux 
Shell :: how to install cordova 
Shell :: if variable has substring in bash 
Shell :: Error: Unable to resolve module `react-native-screens` from `node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx`: react-native-screens could not be found within the project. 
Shell :: check if kubernetes is running 
Shell :: set git editor 
Shell :: vim strip trailing whitespace from the end of every line 
Shell :: how to show remote origin in git 
Shell :: restart pulseaudio ubuntu 
Shell :: hello world bash 
Shell :: firewall-cmd add port 
Shell :: ffmpeg webm to mp4 
Shell :: ubuntu check php status 
Shell :: brew install npm 
Shell :: Install dia for linux ubuntu 
Shell :: apache2 ubuntu code exited 
Shell :: uncompress tar 
Shell :: ImportError: lxml not found, please install it 
Shell :: find xcode version 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =