after create-react-app is installed, I want to use Express. I see that express already exists under node_modulues, but I introduce an error
.neither of the two quotations is correct
import logo from "./logo.svg";
import "./App.css";
import $ from "jquery";
//import Express from "express"
//const Express = require("express");
TypeError: http.ServerResponse is undefined
./node_modules/express/lib/response.js/<
E:/react08/react-app/node_modules/express/lib/response.js:42
39 | * @public
40 | */
41 |
> 42 | var res = Object.create(http.ServerResponse.prototype)
43 |
44 | /**
45 | * Module exports.
do not understand, ask for advice!