From 7af083628cebc2772f4dcb3a2ddbb00c19ccff89 Mon Sep 17 00:00:00 2001 From: Mhd Sulhan Date: Fri, 20 Nov 2015 15:20:21 +0700 Subject: arch-base-sailjs: on bootstraping, replace grunt with grunt-cli. --- arch-base-sailsjs/bootstrap_sailsjs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-base-sailsjs/bootstrap_sailsjs.sh b/arch-base-sailsjs/bootstrap_sailsjs.sh index eb9041b..3fa3863 100755 --- a/arch-base-sailsjs/bootstrap_sailsjs.sh +++ b/arch-base-sailsjs/bootstrap_sailsjs.sh @@ -2,7 +2,7 @@ npm install -g sails --unsafe-perm && \ npm install -g pm2 --unsafe-perm && \ - npm install -g grunt && \ + npm install -g grunt-cli && \ rm -r /root/.node-gyp ## cleaning ... -- cgit v1.3