privateOmega / html-to-docx

HTML to DOCX converter
MIT License
373 stars 140 forks source link

Module not found: Error: Can't resolve 'encoding' #248

Open luotanxing opened 2 months ago

luotanxing commented 2 months ago

when i use in vue2.6 ,vue compiled throw Module not found: Error: Can't resolve 'encoding'

luotanxing commented 2 months ago

i solve the problem ,npm install encoding,but why i should install that? jsut is in browser?