MoLow / ng-node-compile

Compile html templates the angular way, in node js
14 stars 7 forks source link

Version of jsdom #5

Closed kranthitech closed 8 years ago

kranthitech commented 8 years ago

ng-node-compile uses jsdom: 5.0.0

When we try to run an application using this modue, we get an error saying jsdom runs only on io.js for versions >4.0

But the current version of jsdom is around 7.0 which does not give this error. Hope you can fix this.

Thanks.

MoLow commented 8 years ago

You could use the 1.x version, which works great with node.js instead of io: https://github.com/MoLow/ng-node-compile/releases