superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

update mongoose #310

Closed bekatom closed 7 years ago

bekatom commented 7 years ago

Need to update mongoose version in bot-init.js file to to generate bot with right dependence. After running node.server from generated bot folder I had error Error : Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

I solved it just by installing the latest version of Mongoose. Tried to putt this in your package.json mongoose': '4.5.10' & it helped :)

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 859e48705da4fbbe387e7d9456bd539246c3be95 on btomashvili:patch-1 into on superscriptjs:master.

bensalilijames commented 7 years ago

Thanks for the PR - in v1.0.0 we'll be switching to this Mongoose version! 😃