TypeError: Cannot read properties of undefined (reading ‘prototype’) in vue3
TypeError: Cannot read properties of undefined (reading ‘prototype’) at node_modules/express/lib/response.js (express.js?v=e4d1ef94:71335:49) at __require2 (chunk-44EBS5VC.js?v=e4d1ef94:25:50) at node_modules/express/lib/express.js (express.js?v=e4d1ef94:71978:15) at __require2 (chunk-44EBS5VC.js?v=e4d1ef94:25:50) at node_modules/express/index.js (express.js?v=e4d1ef94:72040:23) at __require2 (chunk-44EBS5VC.js?v=e4d1ef94:25:50) at express.js?v=e4d1ef94:72043:16 With the last update of Express I got this error, I updated the PolyFills plugin but I still get this error in the browser. My application is […]
How to get in Vue view parameters from express sendFile() method
I am building a Node app that uses Express, Vue and ThreeJS. I have this setup for express in the backend: