TypeError: Невозможно прочитать свойство 'prototype' из неопределенного
хранитель контактов / 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.