watson-developer-cloud / assistant-with-discovery-openwhisk

DEPRECATED: this repo is no longer actively maintained
Apache License 2.0
21 stars 43 forks source link

Failed during npm run train #40

Closed jeff-barnes closed 6 years ago

jeff-barnes commented 6 years ago

Got the attached error when running npm run train Can anybody help? 2018-03-23T15_58_44_318Z-debug.log

germanattanasio commented 6 years ago

The train command does

cp .env.example .env && node ./train-conversation.js && node ./train-discovery.js

You need to rename the .env.example to be .env and run

node ./train-conversation.js

and

node ./train-discovery.js
germanattanasio commented 6 years ago

This issue is fairly old and there hasn't been much activity on it. Closing, but please re-open if it still occurs.