We use lru-cache in version 11.3.5 in our electron app and observing the following error message when starting it:
App threw an error during load
TypeError: (0 , L.tracingChannel) is not a function
at xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:294
at xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:35
at Object. (xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:395)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1296:10)
at Module.load (node:internal/modules/cjs/loader:1096:32)
at Module._load (node:internal/modules/cjs/loader:937:12)
at f._load (node:electron/js2c/asar_bundle:2:13377)
at Module.require (node:internal/modules/cjs/loader:1120:19)
at require (node:internal/modules/cjs/helpers:103:18)
In version 11.2.7 this error did not occur. Is it possible, that something was changed to cause this error?
Thanks for your support,
We use lru-cache in version 11.3.5 in our electron app and observing the following error message when starting it:
App threw an error during load
TypeError: (0 , L.tracingChannel) is not a function
at xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:294
at xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:35
at Object. (xxx\node_modules\lru-cache\dist\commonjs\index.min.js:1:395)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1296:10)
at Module.load (node:internal/modules/cjs/loader:1096:32)
at Module._load (node:internal/modules/cjs/loader:937:12)
at f._load (node:electron/js2c/asar_bundle:2:13377)
at Module.require (node:internal/modules/cjs/loader:1120:19)
at require (node:internal/modules/cjs/helpers:103:18)
In version 11.2.7 this error did not occur. Is it possible, that something was changed to cause this error?
Thanks for your support,