Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 564 Bytes

File metadata and controls

30 lines (25 loc) · 564 Bytes

chatterbot

A simple chat bot attempt

Installation

Clone git project

Running

  1. Get Setup
npm build
npm install
  1. Run Chatterbot
npm start

Troubleshooting:

  • If you see this error while trying npm start
Error: EACCES: permission denied, open '~/.config/configstore/update-notifier-nodemon.json'

Follow steps from nodemon issue and chown of that directory.

To combine all js files (ie, to build single js file) ./node_modules/grunt-cli/bin/grunt concat