From 23753d4ecf6d0598932c673e48acfc040353eab1 Mon Sep 17 00:00:00 2001 From: Gil Moskowitz Date: Tue, 16 Sep 2014 12:16:46 -0400 Subject: [PATCH] don't know how this passed before --- scripts/install_xtuple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_xtuple.sh b/scripts/install_xtuple.sh index ee2121be9..72aab6933 100644 --- a/scripts/install_xtuple.sh +++ b/scripts/install_xtuple.sh @@ -154,7 +154,7 @@ install_packages() { sudo nvm alias xtuple $NODE_VERSION # use latest npm - npm install -fg npm@1.4.25 + sudo npm install -fg npm@1.4.25 # npm no longer supports its self-signed certificates log "telling npm to use known registrars..." npm config set ca "" -- 2.39.2