meteor-jade-handlebars icon indicating copy to clipboard operation
meteor-jade-handlebars copied to clipboard

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

Open geekyme opened this issue 12 years ago • 1 comments

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 avatar Oct 12 '13 06:10 geekyme

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

geekyme avatar Oct 12 '13 07:10 geekyme