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 being developed in Vue3.
plugins: [
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => tag === 'loginComponent'
}
}
}),
nodePolyfills(),
]
Thats my vite.config.js, need i add something more?
New contributor
Bothel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.