trying to install Hubot with slack adapter as written here: https://github.com/slackhq/hubot-slack
in particular running this:
npm install hubot-slack --save
but I'm getting this error when trying to load the bot:
hubot -a slack
ERROR Cannot load adapter slack - Error: Cannot find module 'slack-client'
tried to perform 'npm install slack-client' but then i get another error : see another question in Hubot with slack adapter - cannot perform rtm.start