facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

500 Error: Syntax Error: /home/[..]/react-page/src/index.js TypeError: Object #<Object> has no method 'traverse' #39

Closed xelius closed 11 years ago

xelius commented 11 years ago

Good people! I'm getting the below error upon doing a clean git clone and npm install. Not sure if this is a bug or just me doing something stupid. I'm running node 0.10.21 on ubuntu 13.10.

"500 Error: Syntax Error: /home/henke/annat/react-page/src/index.js TypeError: Object # has no method 'traverse' at transformModuleImpl (/home/henke/annat/react-page/node_modules/react-page-middleware/src/Packager.js:221:7) at /home/henke/annat/react-page/node_modules/react-page-middleware/src/Packager.js:245:9 at fs.js:266:14 at Object.oncomplete (fs.js:107:15)"

Any thoughts?

Thanks a lot.

jordwalke commented 11 years ago

Taking a look. This appears to be a new error - likely one of our dependencies.

jordwalke commented 11 years ago

I think this is a problem with master React - someone is getting a fix. Thanks for reporting.

jordwalke commented 11 years ago

Reclone and rerun npm install. Thanks!

xelius commented 11 years ago

Awesome, works like a charm. You guys are quick!