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 340 forks source link

adding some fixes for the bson #23

Open jennylia opened 8 years ago

jennylia commented 8 years ago

I had errors related to bson, there were a few more but I cleared my console: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }

I fixed by redoing a npm install under mongod folder under node_modules. I thought I share this with others who are trying to learn React with your tutorial.

Thanks, Jenny