请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

renderer.js中不能使用node API是跟node.js的版本有关系吗?

// This file is required by the index.html file and will
// be executed in the renderer process for that window.
// No Node.js APIs are available in this process because
// `nodeIntegration` is turned off. Use `preload.js` to
// selectively enable features needed in the rendering
// process.

正在回答 回答被采纳积分+3

4回答

慕后端24501 2022-05-12 11:43:01

主窗口增加 
webPreferences:{

nodeIntegration:true,

contextIsolation: false

}    可以调起来

   
3 回复 有任何疑惑可以回复我~
莫子轩 2022-06-29 20:42:33

补充回答,去官网看了下,老师的是mac系统,因为路径问题导致报错,改为官方写法后就可以了

<script src="./renderer.js"></script>

运行结果

https://img1.sycdn.imooc.com//szimg/62bc48b70999ec8a09840742.jpg

            

2 回复 有任何疑惑可以回复我~
莫子轩 2022-06-29 20:37:03

可以了

0 回复 有任何疑惑可以回复我~
慕后端24501 2022-05-12 11:36:16

同问 我发现我这边也不能调用node api


0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信