Skip to content

Conversation

@alexdm
Copy link
Contributor

@alexdm alexdm commented Aug 13, 2016

Changed CallSession.ts to require('./workflow/Prompt') instead of require('./workflow/prompt');

I was trying to deploy my skype calling bot on a PaaS platform on Node 6.3.1. When the app tried to start up, the platform complained with "Error: Cannot find module './workflow/prompt'".

I changed CallSession.ts import prompt = require('./workflow/prompt') to require('./workflow/Prompt') and it fixed my problem

@Stevenic Stevenic merged commit 50fb75a into microsoft:develop Aug 23, 2016
@Stevenic
Copy link
Contributor

Thanks!

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.

3 participants