leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

Some incompatibility with `trimStart` #46

Closed Jan-M closed 3 years ago

Jan-M commented 3 years ago

I am using vuepress 1.8.2 and fulltext search 2.2.0 and i am running into

Error when applying fulltext-search plugin: TypeError: nextPrefixCallback(...).trimStart is not a function
    at /home/jmussler/git/dbaas-docs-v2/node_modules/html-to-text/lib/formatter.js:218:32

When I try to use the search. So this ends up not working.

Not an expert in JS dependencies I am looking for help, how to solve this.

Thank you for adding full text search plugin :)

Jan-M commented 3 years ago

Seems upgrade node fixed this, sorry for raising this :D works like a charm now. Easy installation.