Closed dschalk closed 10 years ago
@dschalk The problem is that the commit facebook/react@8dbc530d1cee38289bea0e3e61f4ff89f7340e47 changed getVisitorsList
to getAllVisitors
.
You can just open up node_modules/react-page-middleware/src/Packager.js
and change getVisitorsList
to getAllVisitors
and the app should then be running fine.
The pull request facebook/react-page-middleware#17 has the fix for react-page-middleware.
Should be working now with the latest updates (might need to rm -rf node_modules
) thanks to @dhl in https://github.com/facebook/react-page-middleware/pull/17
Won't load. There is no visitors.js file in directory fbtransform. Here is the message I get when I enter "node server" in my Linux terminal or try "build" in Sublime Text: reactVisitors = require('react-tools/vendor/fbtransform/visitors').getVisitor ^ TypeError: Object #