lalalic / docx4js

a javascript docx parser
355 stars 66 forks source link

Error: Cannot find module 'docx4js/openxml/docx/model-handler' #50

Closed iki closed 2 years ago

iki commented 3 years ago

Trying to follow the README:

const ModelHandler = require('docx4js/openxml/docx/model-handler').default;
lalalic commented 2 years ago

fixed in readme, const ModelHandler = require('docx4js/lib/openxml/docx/model-handler').default;

ombogdanJoinToIt commented 6 months ago

same issue