Skip to content

Added express dependency to package.json#18

Open
patrickguinness wants to merge 1 commit into
masterfrom
express-fix
Open

Added express dependency to package.json#18
patrickguinness wants to merge 1 commit into
masterfrom
express-fix

Conversation

@patrickguinness
Copy link
Copy Markdown

@jsalwen, looks like Express was removed from package.json. I needed to add it in order to run the botkit-webchat dependency locally.

Copy link
Copy Markdown
Contributor

@jsalwen jsalwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patrickguinness
webchatbot.js line 1
I'll have a look

Comment thread package.json
"body-parser": "^1.15.2",
"config": "^1.24.0",
"cors": "^2.8.3",
"express": "^4.16.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patrickguinness this should not be needed. botkit installs express, and the module should leverage the express from botkit. It maybe that we need to pass a reference to express into the module. I will have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants