kadirahq / flow-router

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

meteor 1.3 latest + Flow SSR #561

Closed daslicht closed 8 years ago

daslicht commented 8 years ago

When trying flow router with meteor 1.3 latest I get :

kadira:flow-router-ssr: Same as kadira:flow-router, but with SSR support
daslicht:myapp daslicht$ meteor               
[[[[[ ~/DEV/meteor/myapp ]]]]]                

=> Started proxy.                             
=> Started MongoDB.                           
=> 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.
Dev1an commented 8 years ago

There is already an issue made for this: #552 The solution for now is to clone the use-meteor-modules-support branch of this repo into your meteor app's packages folder.

daslicht commented 8 years ago

Thank you !