ibmtjbot/tjbot

tjbot.js is looking in the wrong place for ibm-waston includes

CaskAle opened this issue · 1 comments

the file node_modules/tjbot/lib/tjbot.js is trying to include Watson modules from:
import AssistantV2 from 'ibm-watson/assistant/v2.js' It appears that there is a missing directory the path (dist). I think it should be: import AssistantV2 from 'ibm-watson/dist/assistant/v2.js' This holds true for all of the watson imports (6).

reposting in tjbotlibs. ooops