React Todo tutorial v1.6.1 - error after adding react-meteor-data

Uncaught TypeError: Cannot read property ‘forEach’ of undefined
Uncaught TypeError: Cannot read property ‘ReactMeteorData’ of undefined
Uncaught ReferenceError: meteorInstall is not defined

  1. meteor create simple-todo
  2. meteor npm install --save react react-dom
  3. meteor add react-meteor-data

Now I receive errors in browser console.

What am i missing from the tutorial?

UPDATE:
I dont think it was anything i was doing incorrectly… looks like Meteor 1.6.1 is incompatible

Install Meteor with.
curl "https://install.meteor.com/?release=1.6" | sh

You may update tmeasday:check-npm-versions from 0.2.0 to 0.3.2
The simple way is to run
meteor update --all-packages

1 Like

PR 247 has just been published, so meteor update react-meteor-data should now also fix this issue.