node-network-devtools icon indicating copy to clipboard operation
node-network-devtools copied to clipboard

[Feature] 如何兼容 Node 16

Open code-lixm opened this issue 3 months ago • 6 comments

Desc

我的使用场景是在 electron中有node 进程启动服务,但是我的electron需要兼容 window7/8.1,所以electron的版本需要低于V22.但是此项目 devtool的要求是 node 18+,于是我想升级electron 内核支持 node18+,需要升级到 electron v23,但是在 electron 升级到 23 版本后,不再兼容 win7/8.1 具体链接:Electron 23.0.0

To Resolve?

能不能降低 API 版本以兼容 node16 ...

Resolutions(Optional)

...

code-lixm avatar Sep 30 '25 03:09 code-lixm