create-react-app 安裝后,我想用Express , 我看到node_modulues下已經(jīng)有了express , 但是我引入報錯二種引法都不對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.不解,請教 !
添加回答
舉報
0/150
提交
取消