node: use https url for npm
Closes Homebrew/homebrew#14552. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
82db28b43a
commit
615f0c6321
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Node < Formula
|
|||
<<-EOS.undent
|
||||
Homebrew has NOT installed npm. We recommend the following method of
|
||||
installation:
|
||||
curl http://npmjs.org/install.sh | sh
|
||||
curl https://npmjs.org/install.sh | sh
|
||||
|
||||
After installing, add the following path to your NODE_PATH environment
|
||||
variable to have npm libraries picked up:
|
||||
|
|
Loading…
Reference in a new issue