Closed chasenlehara closed 7 years ago
If you look in node_modules/documentjs/node_modules/cross-spawn-async/node_modules/lru-cache
and look in its package.json, what version do you see there?
4.0.1
, which makes sense given cross-spawn-async’s package.json
I have a project that works with 0.4.3, but when I upgrade to 0.4.4, I see this error:
It seems like this incompatibility was introduced with https://github.com/bitovi/documentjs/pull/247 when the
cross-spawn-async
package was added.