Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setting proxy in npm

npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
Comment

npm install proxy

npm config set proxy http://proxy_host:port
Comment

set proxy for npm

proxy=http://username:password@host:port
https-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu command upgrade application 
Shell :: qemu download mac 
Shell :: concatenate multiple zip files linux 
Shell :: graphql install strapi 
Shell :: install grub efi arch 
Shell :: adapta ubuntu 
Shell :: react native navigation 
Shell :: command line make file 
Shell :: git revert a commit 
Shell :: git checkout -f 
Shell :: Play any video on Ubuntu 
Shell :: reinstall windows apps powershell 
Shell :: scp permission denied (publickey) but ssh works 
Shell :: how to push current code to new branch git 
Shell :: download file via ssh with port 
Shell :: how to undo local commit git 
Shell :: ffmpeg extract frames resize 
Shell :: vscode installation ubuntu 
Shell :: django view sql behind migration 
Shell :: tail remove newline 
Shell :: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? 
Shell :: jq select where 
Shell :: export to path linux (pipenv) 
Shell :: ionic download 
Shell :: kubernetes get persistent volumes 
Shell :: github accout change on vsc 
Shell :: cannot update paths and switch to branch at the same time 
Shell :: create git repository 
Shell :: git diff between two repos 
Shell :: GIT: change branch 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =