Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

NPM

usage

Publish npm package

npm login
# Publish
npm init
npm publish
# npm version patch
# Deprecate
npm deprecate <pkg> "Deprecate `<pkg>`"

Other

npm config set proxy http://127.0.0.1:<port>
npm config set https-proxy http://127.0.0.1:<port>
npm config get proxy
npm config get https-proxy
npm config delete proxy
npm config delete https-proxy
npm config get proxy
npm config get https-proxy