privateOmega / html-to-docx

HTML to DOCX converter
MIT License
375 stars 141 forks source link

Failed at the html-to-docx@1.6.3 preinstall script. #172

Closed hjardines closed 1 year ago

hjardines commented 1 year ago

42016 error code ELIFECYCLE 42017 error errno 1 42018 error html-to-docx@1.6.3 preinstall: npx npm-force-resolutions 42018 error Exit status 1 42019 error Failed at the html-to-docx@1.6.3 preinstall script. 42019 error This is probably not a problem with npm. There is likely additional logging output above. 42020 verbose exit [ 1, true ]

Not allowing me to deploy because of this.

hjardines commented 1 year ago

Hate to do this:

-    "html-to-docx": "^1.2.3",
+    "html-to-docx": "1.6.2",

But seems to be working for now.

privateOmega commented 1 year ago

@hjardines Sorry about that, please try 1.6.4, I had released a new version.

privateOmega commented 1 year ago

Closing it for now, please reopen this if this issue persist.