0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00

Merge pull request #414 from simeji/master

Fix npmjs domain in README
This commit is contained in:
Troy Connor 2017-02-11 18:33:14 -05:00 committed by GitHub
commit d6f4400381

View File

@ -97,7 +97,7 @@ Flags also work here:
After switching Node.js versions using `n`, `npm` may not work properly. This should fix it (thanks [@mikemoser](https://github.com/mikemoser)!):
```sh
$ curl -0 -L https://npmjs.org/install.sh | sudo sh
$ curl -0 -L https://npmjs.com/install.sh | sudo sh
```
`sudo` may not be required depending on your system configuration.