Missing "tslib"
Vlasterx opened this issue · 1 comments
Vlasterx commented
You are missing "tslib" in your package.json file.
When I try to use it in a project that doesn't use typescript, it outputs this error message:
λ node test.js
internal/modules/cjs/loader.js:888
throw err;
^
Error: Cannot find module 'tslib'
Require stack:
- [my path]\node_modules\join-images\lib\main.js
I have resolved it by including 'tslib' in my own package.json
, but the real solution would be to include it here.
ccpu commented
Thanks for the suggestion, I have added tslib
to dependencies.