From 69c14a274df76f9cba566c67a8721e737c69c2f4 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 5 Oct 2016 14:09:39 +0800 Subject: Do not recommend anything in setup script --- bin/setup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index f0d860dc..66279e81 100755 --- a/bin/setup +++ b/bin/setup @@ -6,8 +6,11 @@ cd $(git rev-parse --show-toplevel) if ! type npm > /dev/null then - echo "npm is not installed, please install via nvm(recommended) or package manager" - echo "setup will not be run" + cat << EOF +npm is not installed, please install Node.js and npm. +Read more on Node.js official website: https://nodejs.org +Setup will not be run +EOF exit 0 fi -- cgit v1.2.3