gpt4 book ai didi

node.js - 刷新后 Ionic 服务失败

转载 作者:太空宇宙 更新时间:2023-11-03 23:22:51 25 4
gpt4 key购买 nike

我目前正在开发一个 Ionic 3 项目,当我执行 ionicserve 时,该项目会运行,但在第一次加载 ionicserve 后code> 因以下错误而停止:

(node:487) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error [ERR_IPC_CHANNEL_CLOSED]: channel closed (node:487) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

有时还会出现一个错误:

[10:03:47] lint finished in 18.51 s events.js:182 throw er; // Unhandled 'error' event ^

Error: read ECONNRESET at exports._errnoException (util.js:1026:11) at TCP.onread (net.js:607:25)

我的 npm 版本是 5.6.0

Update: considering this issue I've considered downgrading my npm version to 5.2 but the error still presists

最佳答案

我以某种方式解决了这个问题。不知道是什么解决了它,但这是我的步骤。

首先使用 package-lock.json 文件删除 node module 文件夹。

remove ./node_modules/ws folder
run $ npm install ws@3.3.2

这个issue helped me这可能是一个临时解决方案,但希望它有所帮助。简短说明:我已经降级了我的 npm,因此这也可能是一个要求

关于node.js - 刷新后 Ionic 服务失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47898909/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com