nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

How to build flexsearch.bundle.js? #248

Open ndrewtl opened 3 years ago

ndrewtl commented 3 years ago

I have a work-in-progress branch working on fixing #235. However, I have not been able to test my code, because I cannot build flexsearch.bundle.js. None of the build scripts in package.json seem to update it. How do I build this code?

ts-thomas commented 3 years ago

On a windows machine within the project root folder:

npm run build:all

Probably it fails on Linux/MacOS. If so, I could fix that.

Wallacy commented 3 years ago

@ndrewtl Any progress on that fix? Will be very userful to make the export/import work!

ndrewtl commented 3 years ago

I figured out that my project wasn't building because Java wasn't installed. I think we should add to the documentation somewhere that Java is a requirement for building this library. Leaving this issue open until such a documentation change can be made