Skip to content

Added express dependency to package.json #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickguinness
Copy link

@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
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

@@ -24,6 +24,7 @@
"body-parser": "^1.15.2",
"config": "^1.24.0",
"cors": "^2.8.3",
"express": "^4.16.2",
Copy link
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