evanmoran / oj

Unified web templating for the people. Thirsty people.
MIT License
445 stars 7 forks source link

The oj commandline tool does not work #15

Closed yofine closed 9 years ago

yofine commented 10 years ago

I had install oj -g , but it's throw this error when i type oj in commandline /usr/local/lib/node_modules/oj/oj.js:339 info = _extend({enumerable: true, configurable: true}, info) ^ TypeError: undefined is not a function

evanmoran commented 10 years ago

It turns out my server side dom library jquery has been migrated to be the real jquery library. This is causing several methods to be missing from a clean install, where my own machine is working (because latest meant something different before). I'm pushing a temporary fix for this soon, and then will update the oj commandline to use a different system over the next couple weeks. Will update when I have it pushed. Thank you for finding this!

evanmoran commented 9 years ago

This should be fixed