node_child_process is not defined when running inside electron app
Hello,
I'm trying to build an electron app that runs powershell commands underneath.
When I'm initializing a PowerJS instance I get the following error
```
node_child_process is not defined
```
---
- I'm using version "1.0.0"
- building the app with yarn
- electron version "21.4.4"
关闭于 2023-12-28 3 条评论