When this module is used in context of another module (so simply by running npm install -g <some-package>), I get the following error:
Error: Cannot find module '<...>\node_modules\table\dist\index.js'. Please verify that the package.json has a valid "main" entry
I see that there is a file called index.js in the folder dist\src, so maybe some settings for package generation are wrong?
I expect commit d58adb1 broke it...
When this module is used in context of another module (so simply by running
npm install -g <some-package>), I get the following error:Error: Cannot find module '<...>\node_modules\table\dist\index.js'. Please verify that the package.json has a valid "main" entryI see that there is a file called index.js in the folder
dist\src, so maybe some settings for package generation are wrong?I expect commit d58adb1 broke it...