IroncladDev / LangChain.js-LLM-Template

This is a LangChain LLM template that allows you to train your own custom AI LLM.
318 stars 52 forks source link

Doesnt run #2

Closed Scylla2020 closed 1 year ago

Scylla2020 commented 1 year ago

Tried running this and it fails on the first step npm run train with error Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'glob'

Scylla2020 commented 1 year ago

Ok figured i need to run npm install first. Would be good to include this in steps