hubot icon indicating copy to clipboard operation
hubot copied to clipboard

Issue installing Hubot with Yo generator

Open lrosser opened this issue 6 years ago • 1 comments

I am trying to setup Hubot for the first time.

I think I have Node.js and npm installed correctly: image

I am using Windows Powershell ISE as my terminal. PowerShell version: image

I run npm install -g yo generator-hubot and get the following...

image

then I run yo hubot

and it seems to hang at this point

image

Has anyone seen this before? Any ideas on what I am missing?

Thanks in advance for any help w/ this issue.

lrosser avatar Apr 13 '18 20:04 lrosser

Had this problem, couldn't find any explanation or solution. So i decided to try the setup with WSL (windows subsystem linux). And it worked wonders without any issuses. (https://www.easyaslinux.com/tutorials/devops/how-to-setup-an-efficient-chatbot-by-integrating-hubot-with-slack/)

Jossis avatar Mar 27 '19 12:03 Jossis