hubotio / hubot

A customizable life embetterment robot.

Home Page:https://hubotio.github.io/hubot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Hubot from scratch doesn't default to using the builtin shell adapter

joeyguerra opened this issue · comments

#! /bin/bash
mkdir myhubot
cd myhubot
npm init -y
npm I coffeescript
npx hubot

Results in

{"level":50,"time":1686411568010,"pid":4172,"hostname":"","name":"Hubot","msg":"Cannot load adapter [no path set] undefined - Error: Cannot find module 'hubot-undefined'\nRequire stack:\n- /src/hubotio/hubot/src/robot.js\n- /src/hubotio/hubot/es2015.js\n- /src/hubotio/hubot/index.js\n- /src/hubotio/hubot/bin/hubot.js\n- /src/hubotio/hubot/bin/hubot"}

I expected it to start with the builtin shell adapter.