Uncaught TypeError: Cannot read property ‘forEach’ of undefined
Uncaught TypeError: Cannot read property ‘ReactMeteorData’ of undefined
Uncaught ReferenceError: meteorInstall is not defined
meteor create simple-todometeor npm install --save react react-dommeteor 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