lalalic/docx2html

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

lin198601 opened this issue · 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'.

Can we get a resolution here please?

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

same problem

same problem

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

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.