Skip to content

Instantly share code, notes, and snippets.

@nordineb
Created March 20, 2018 15:47
Show Gist options
  • Save nordineb/e4fe59654627c41d4df5397cf7e963a0 to your computer and use it in GitHub Desktop.
Save nordineb/e4fe59654627c41d4df5397cf7e963a0 to your computer and use it in GitHub Desktop.
Myget NPM registry

Use myget as a NPM registry

npm update npm -g


npm config set strict-ssl true
npm config set ca ""
npm config delete proxy
npm config delete https-proxy

npm config set registry https://www.myget.org/F/your-feed-name/npm/
npm login
npm config set always-auth true 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment