scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 342 forks source link

Update Mongoose dependency that included some borked 3.9.x version. Fixes #14 #21

Open mbijon opened 8 years ago

mbijon commented 8 years ago

The Mongoose github recommends ~3.8.x or ~4.4.x ...something was broken in 3.9.

This should fix #14

mbijon commented 8 years ago

For anyone watching: This only fixes the broken Mongo/Mongoose issue #14. It does still require PR #20 be merged to get everything working