NV / CSSOM

Unmaintained! ⚠️ CSS Object Model implemented in pure JavaScript. Also, a CSS parser.
https://nv.github.io/CSSOM/docs/parse.html
MIT License
751 stars 99 forks source link

TypeError: Object#<Object> has no method 'existsSync' #66

Closed ghost closed 8 years ago

ghost commented 10 years ago

Hi, wanted to try CSSOM but unfortunately i got:

TypeError: Object# has no method 'existsSync'

when I ran: ./node_modules/.bin/jake

What I am doing wrong? System is: Ubuntu 12.04 npm -v: 1.1.4 node -v: v0.6.12

Thanks

domenic commented 8 years ago

You need a newer Node version.