Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[exp] Change update message to use npm install instead of npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseruder committed Nov 14, 2016
1 parent 09fa092 commit e29e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/exp/src/exp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e29e097

Please sign in to comment.