const cp = require('child_process')
cp.exec( command, (err, stdout, stderr) => {});
报错:
TypeError: cp.exec is not a function
所以,是不是不支持child_process啊?有没有其他方法实现呢?现在卡在这里了。。
const cp = require('child_process')
cp.exec( command, (err, stdout, stderr) => {});
报错:
TypeError: cp.exec is not a function
所以,是不是不支持child_process啊?有没有其他方法实现呢?现在卡在这里了。。
3 个回复
Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序
child_process不是node的模块吗
2***@qq.com
老哥,有解决么?我也遇到了
w***@163.com
同问啊,请问解决了吗