From e29e0978572c2fb2392b5d5afb35f7a45ca0ee42 Mon Sep 17 00:00:00 2001 From: Jesse Ruder Date: Mon, 14 Nov 2016 15:41:09 -0800 Subject: [PATCH] [exp] Change update message to use npm install instead of npm update --- dev/exp/src/exp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/exp/src/exp.js b/dev/exp/src/exp.js index a5bd0a38aa..109f489b63 100755 --- a/dev/exp/src/exp.js +++ b/dev/exp/src/exp.js @@ -173,7 +173,7 @@ async function checkForUpdateAsync() { case 'out-of-date': message = `There is a new version of exp available (${latest}). You are currently using exp ${current} -Run \`npm update -g exp\` to get the latest version`; +Run \`npm install -g exp\` to get the latest version`; crayon.green.error(message); break;