We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I was trying the tests in the test/ dir but as i started it gives me an error, in particular it says that
TypeError: undefined is not a function
which refers to the following line:
6 var cl = require('../clucene').CLucene; 7 var clucene = new cl.Lucene(); ^^^^^^^^^^^^^^^
can anyone explain it?
The text was updated successfully, but these errors were encountered:
ok i found that in clucene.js and package.json the require was wrong... but there is no facebook.json file so it fails again
Sorry, something went wrong.
fix for issue amcjen#20
f02f324
No branches or pull requests
Hi,
I was trying the tests in the test/ dir but as i started it gives me an error, in particular it says that
TypeError: undefined is not a function
which refers to the following line:
6 var cl = require('../clucene').CLucene;
7 var clucene = new cl.Lucene();
^^^^^^^^^^^^^^^
can anyone explain it?
The text was updated successfully, but these errors were encountered: