Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Failed during npm run train #40

Closed
jeff-barnes opened this issue Mar 23, 2018 · 2 comments
Closed

Failed during npm run train #40

jeff-barnes opened this issue Mar 23, 2018 · 2 comments

Comments

@jeff-barnes
Copy link

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

@germanattanasio
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants