SimonDegraeve / meteor-jade-handlebars

[DEPRECATED] Write the templates in your Meteor Application using Handlebars and Jade instead of HTML and Handlebars
34 stars 24 forks source link

Support for windows? Jade compiler error: Cannot read property 'length' of undefined #27

Open geekyme opened 10 years ago

geekyme commented 10 years ago

I'm on a windows machine. I've so far managed to use most meteorite packages by following the instructions here (www.discovermeteor.com/2013/03/20/using-meteor-and-atmopshere-on-windows/)

When i run 'meteor' on my project with .jade files, I'm getting this error:


While building the application:
client\todos.jade: Jade compiler error: Cannot read property 'length' of undefin
ed

=> Your application has errors. Waiting for file change.
Terminate batch job (Y/N)?

I tried to use this new fork too -> https://github.com/kynan/meteor-jade-handlebars/tree/refactor-for-meteor-0.6.5

Same problem.

@SimonDegraeve @kynan any thoughts?

geekyme commented 10 years ago

I further tested this in my Linux machine, it works perfectly in my Linux but fails with the above mention error on windows.