sekoyo / universal-react

A universal react starter, with routing, meta, title, and data features
242 stars 50 forks source link

Error: Cannot find module './routes' #10

Closed pfulop closed 8 years ago

pfulop commented 8 years ago

After install and start, there is error of missing module.

Error: Cannot find module './routes'

To fix this, you need to correct typo on line 6 in app/Router.js './routes.js' => './Routes.js' .

sekoyo commented 8 years ago

Thanks @pfulop I'll change it, out of curiosity what node version are you using? (it was working for me case-insensitively so just wondering)

sekoyo commented 8 years ago

Pushed to master, will go in the next release too.

pfulop commented 8 years ago

@DominicTobias Hi, I have been using v5.7.0