kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 193 forks source link

After adding kadira:flow-router-ssr it says gives errors While processing files with cosmos:browserify #566

Closed THPubs closed 8 years ago

THPubs commented 8 years ago

I just added Flow Router SSR to my app and it gave me this error :

=> Errors prevented startup:                  

   While processing files with cosmos:browserify (for target web.browser):
   packages/kadira:flow-router-ssr/client.browserify.js: Arguments to path.resolve must be strings

   Browserify options:
   >  undefined

=> Your application has errors. Waiting for file change.

Any idea why?

cstrat commented 8 years ago

Same issue as people have been reporting here:

https://github.com/meteor/meteor/issues/6449

arunoda commented 8 years ago

We've fixed this with the latest versions of Flow Router (and in the SSR) verision. Make sure you are using the latest version of FR-SSR.

THPubs commented 8 years ago

Cool now it works!

enricofoschi commented 8 years ago

Well done @arunoda - thanks a million!