Skip to content
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

Linux file names are case sensitive #41

Open
medicareamaze opened this issue Mar 10, 2018 · 0 comments
Open

Linux file names are case sensitive #41

medicareamaze opened this issue Mar 10, 2018 · 0 comments

Comments

@medicareamaze
Copy link

In linux, this does not work. We get "Module not found " error when we Require Common,ConditionHandler and IntentScore. This is because the file names are lowercase but the Require is uppercase (first Character). Can we please change the file names to upper case?

Folder ->bot-graph-dialog/lib/
common.js ->Common.js
conditionHandler.js -> ConditionHandler.js
intentScore.js -> IntentScore.js

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

No branches or pull requests

1 participant