diff options
Diffstat (limited to 'arch-base-sailsjs')
| -rwxr-xr-x | arch-base-sailsjs/bootstrap_sailsjs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... |
