node-wordnet-magic icon indicating copy to clipboard operation
node-wordnet-magic copied to clipboard

Cannot read property '_ansicursor' of undefined

Open Lemez opened this issue 10 years ago • 2 comments

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.

Lemez avatar Aug 30 '15 06:08 Lemez

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

Planeshifter avatar Sep 03 '15 22:09 Planeshifter

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.

Lemez avatar Sep 04 '15 06:09 Lemez