bot-graph-dialog icon indicating copy to clipboard operation
bot-graph-dialog copied to clipboard

Linux file names are case sensitive

Open medicareamaze opened this issue 6 years ago • 0 comments

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

medicareamaze avatar Mar 10 '18 14:03 medicareamaze