Cannot read property '_ansicursor' of undefined
Error occurs on first loading of Wordnet, eg: var wordNet = require('wordnet-magic');
Have tried both var wn = wordNet(null, false); and var wn = wordNet();
Sqlite db is located inside data, on the default path.
Thanks for your attention, it's a great looking package for my education-related purposes.
Thanks for bringing this to my attention. I cannot reproduce the error, though. Could you let me know what operating system and node version you are using? Thank you, Philipp
Hi there. It's npm 1.5.0-alpha-4 (perhaps the 'alpha' is a red flag there), and OSX 10.9.4. I got this error on first install, as soon as I tried to run a simple test function.