Created
December 3, 2015 17:32
-
-
Save warrenMichael/45bdc1b93512efe169d5 to your computer and use it in GitHub Desktop.
npmrc changing scope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to update ~/.npmrc to new registry | |
Simple guide to update to npm inc registy. | |
Requirements: | |
npm version >= 2.0 | |
Steps | |
backup ~/.npmrc, and then remove it (mv ~/.npmrc ~/.npmrc-bak ) | |
then npm login --scope conde | |
auth in prompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment