- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在努力奔跑serve
我的 Angular 项目,每次遇到一些错误时,我都尝试使用谷歌找到答案,现在达到了一个点,我没有找到任何有用的答案。
我下载了MEAN
堆栈应用程序并尝试运行,但现在出现以下错误
ERROR in ../node_modules/@types/connect/index.d.ts:21:42 - error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'?
21 export class IncomingMessage extends http.IncomingMessage {
package.json
文件
{
"name": "opticare",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"build": "ng build",
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@auth0/angular-jwt": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^3.2.2",
"@swimlane/ngx-charts": "^7.4.0",
"angular-archwizard": "^3.0.0",
"angular-datatables": "^6.0.0",
"angular2-csv": "^0.2.5",
"angular2-spinner": "^1.0.10",
"bcrypt-nodejs": "0.0.3",
"chalk": "^2.4.1",
"chart.js": "^2.7.2",
"core-js": "^2.4.1",
"cron": "^1.8.2",
"datatables.net": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"express": "^4.16.3",
"file-saver": "^1.3.8",
"googleapis": "^47.0.0",
"http-errors": "^1.6.3",
"jodit-angular": "^1.0.86",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"mongoose": "^5.8.9",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.0",
"ng2-nouislider": "^1.7.7",
"ngx-bootstrap": "^2.0.3",
"ngx-chips": "^1.9.2",
"ngx-toastr": "^6.4.0",
"node-cron": "^1.2.1",
"node-sass": "^4.13.1",
"nodemailer": "^4.6.8",
"nouislider": "^11.0.3",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.0.0-rc.0",
"shortid": "^2.2.8",
"ts-helpers": "^1.1.1",
"tslib": "^1.10.0",
"twilio": "^3.39.3",
"xlsx": "^0.13.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular/cli": "^8.3.23",
"@angular/compiler-cli": "^8.2.14",
"@types/datatables.net": "^1.10.12",
"@types/jasmine": "~2.8.3",
"@types/jquery": "^3.3.4",
"@types/node": "~6.0.60",
"@types/systemjs": "^0.20.5",
"codelyzer": "^5.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "~2.2.0",
"typescript": "^3.4.5"
}
}
最佳答案
@types/connect
与软件包 @types/node
一起安装.
版本 3.4.33 ( @types/connect@3.4.33
) 似乎会导致您的问题。
我可以通过安装最新的@types/node 来规避它
npm i @types/node@latest
关于node.js - 无法扩展接口(interface) 'http.IncomingMessage' 。你的意思是 'implements' 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59903597/
我在 Node (4.2.3) 中有这个基本的 express (4.13.3) 服务器。 //blah blah initialization code app.put('/', function(
所以这条消息似乎与其他方法很常见,但找不到它来解决我的问题。不知道问题是什么......我知道顺序对于 express 很重要,但我是 express 新手,这是一个陡峭的学习曲线。提前致谢。 这是我
根据此链接:request - Node The callback argument gets 3 arguments: An error when applicable (usually from
我正在查看 Node 的 request模块,文档说回调接受三个参数 - error、response (http.IncomingMessage) 和 body。 发出请求时,我发现 body 也可
我正在使用 node.js 和 express 开发一个简单的应用程序,几乎一切正常,但我收到此错误: res.render("aggregatedCostList",{ ^ TypeEr
我正在尝试为将 IncomingMessage 作为参数的函数编写单元测试。我知道这是一个流,但我不确定如何创建一个基本的测试虚拟机,因为该流导致我的测试超时 : Timeout - Async ca
ServerResponse 和 http.IncomingMessage 之间有什么区别?我是 Node 新手,我对这两个对象真的很困惑。 最佳答案 http.IncomingMessage对象表示
http.IncomingMessage 何时触发其“关闭”事件? 根据documentation它应该在底层连接关闭时发生。但是,下面的示例代码永远不会调用它(我确定它不是由 keep-alive
我在使用 Node.js 和 Express 时收到以下错误。这是我的版本: Node : v0.8.8 Express: 3.0.0rc3 尝试访问页面时出现以下错误: TypeError: Obj
我是 Node 的新手。我现在有一个简单的服务器,它应该只打印请求 query 和它需要的请求 body 。据我了解,“处理请求”函数实际上不返回一个请求对象,而是一个IncomingMessage
安装 Express.js 后,我在 Node 上写了这个: var express = require('express'), app =express.createServer(); app.co
我一直在努力奔跑serve我的 Angular 项目,每次遇到一些错误时,我都尝试使用谷歌找到答案,现在达到了一个点,我没有找到任何有用的答案。 我下载了MEAN堆栈应用程序并尝试运行,但现在出现以下
我们总是这样写: http.createServer(function(req, res) { req.on('data', function(){}) .on('end', f
在我的 src/app.ts 中,我有: import express from 'express'; import bodyParser from 'body-parser'; const app
正如 Node.js 的文档所述,http.IncomingMessage is a class ,不是接口(interface)。那么为什么在 DefinitelyTyped http.Incomi
我正在尝试为用 node.js 编写的应用程序实现一个简单的 HTTP 端点。我已经创建了 HTTP 服务器,但现在我一直在阅读请求内容正文: http.createServer(function(r
我正在使用 ExpressJS 4.2 和 PassportJS 对本地用户进行身份验证。一切都很好,除非我尝试发出失败的 Flash 消息。这是我的 session ,提前致谢! ==== 需要在
我在测试自己的路由处理程序时没有遇到任何问题,但在这种情况下,我想测试 express 的静态处理程序。我终其一生都无法弄清楚它为什么会挂起。显然,我缺少一些回调或需要发出一些事件。 我尽量做最小的例
我有一个基于 node.js 8 的 Google Cloud Function,我想处理 IncomingMessage 对象的正文。我无法通过 Google Examples 中列出的 req.b
我可以在调用 http.get(url, cb) 时创建 4 个错误场景: httpThrows() 可以通过错误的url格式或错误的回调等来触发 function httpThrows() {
我是一名优秀的程序员,十分优秀!