docx2html icon indicating copy to clipboard operation
docx2html copied to clipboard

Cannot find file: 'Shape.js' does not match the corresponding

Open lin198601 opened this issue 2 years ago • 6 comments

Hello. Here is the assembly problem. ./node_modules/docx2html/lib/docx/html/textbox.js Cannot find file: 'Shape.js' does not match the corresponding name on disk: '.\node_modules\docx2html\lib\docx\html\shape.js'.

lin198601 avatar Oct 25 '21 08:10 lin198601

Can we get a resolution here please?

ettore-raimondi avatar Nov 16 '21 09:11 ettore-raimondi

Tried to change "Shape" to "shape", completely messed up the whole project, don't do that

Abs0l0mb avatar Nov 23 '21 11:11 Abs0l0mb

same problem

lhkg1988 avatar Dec 02 '21 08:12 lhkg1988

same problem

CasbaL avatar Dec 10 '21 01:12 CasbaL

inside textbox.js file and change the name of Shape.js to shape.js

ranahaani avatar Apr 25 '22 08:04 ranahaani

inside textbox.js file and change the name of Shape.js to shape.js

Hi, this fix works for me, but I don't know why it is not fixed still on master branch.

DominikSmeda avatar Jul 24 '22 17:07 DominikSmeda