在我使用的node.js应用程序中: const spawn = require('child_process').spawnSync; 但不知道如何将'child_process‘导入Ember Electron已经尝试过: import { child_process } from 'child_process'; // blows up: requireNode is not a function 还有:import requireModule f
我试图从node.js生成这样一个python进程:const process = spawn('python'_handle.onexit (node:internal/child_process:282:19)
at onErrorNT (node:internal/child_process:480_handle.onexit (node:internal/ch