Skip to content

Instantly share code, notes, and snippets.

@nordineb
Created February 16, 2018 09:21
Show Gist options
  • Save nordineb/94f5ceb25b5db173c0e0473137ac2566 to your computer and use it in GitHub Desktop.
Save nordineb/94f5ceb25b5db173c0e0473137ac2566 to your computer and use it in GitHub Desktop.
NPM registry myget

Set privtge NPM registry

npm config get registry
npm add-user	--registry https://www.myget.org/F/myfeed/npm --always-auth
npm login	--registry=https://www.myget.org/F/myfeed/npm
npm config set registry https://www.myget.org/F/myfeed/npm
npm config get registry
npm whoami
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment