You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: