You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../node_modules/avvio/plugin.js:17
if (cache[keys[i]].exports === func) {
^
TypeError: Cannot read properties of undefined (reading 'exports')
at getName (.../node_modules/avvio/plugin.js:17:24)
at new Plugin (.../node_modules/avvio/plugin.js:49:15)
at new Boot (.../node_modules/avvio/boot.js:142:16)
at Boot (.../node_modules/avvio/boot.js:93:22)
at fastify (.../node_modules/fastify/fastify.js:343:17)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Versions
NodeJS version: 16.15.1
Chart.JS version: 3.8.0
Typescript version (if applicable): 4.7.4
The text was updated successfully, but these errors were encountered:
Describe the bug
If both
fastify
andchartjs-node-canvas
are installed,freshRequire
will break something downstream.The issue is described here as well: fastify/fastify#3888
Versions
The text was updated successfully, but these errors were encountered: