FlowRouter not working with Meteor 1.3 beta.16

I created an empty project:
meteor create --release 1.3-beta.16
and added FlowRouter:
meteor add kadira:flow-router

I have an error when I try to run the app:

=> Started proxy.                             
=> Started MongoDB.                           
=> Errors prevented startup:                   
While processing files with cosmos:browserify (for target web.browser):
packages/kadira:flow-router/client.browserify.js: Arguments to path.resolve must be strings

Browserify options:
>  undefined

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

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

1 Like

I’ve downgraded to beta 12 (for windows anyway due to no support with higher numbers) until that’s fixed.

Very strange thing happened to me.

I was running beta 16 just fine, I have a deployed app running 16 and its working great.
All of a sudden I started to get this error.
About an hour ago I got this error.

Upgraded to rc2 and I am still getting it. :frowning:

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

I equally was running beta-16 OK until yesterday. Not sure what prompted the sudden change, other than I had run meteor reset just prior to receiving the error.

Have downgraded to beta-12 for the time-being.

1 Like

Yes mine happened after I ran me meter reset too!!