【发布时间】:2021-11-20 08:02:14
【问题描述】:
我没有对我的应用程序进行任何重大更改,它运行良好,直到我开始收到此错误
TypeError: Cannot read properties of undefined (reading 'prototype')
(anonymous function)
.../client/node_modules/express/lib/response.js:42
39 | * @public
40 | */
41 |
> 42 | var res = Object.create(http.ServerResponse.prototype)
43 |
44 | /**
45 | * Module exports.
我已尝试恢复对代码所做的任何更改,我删除了 node_modules 并再次运行 npm install 但错误仍然存在
【问题讨论】:
标签: javascript reactjs express mern