我正在尝试ping到IP ...我创建了这个应用程序,它在localhost上运行良好
getAsync('ping google.com').then(data => {
res.send(data);
});
在localhost我得到
数据包:已发送= 4,已接收= 4,已丢失= 0(0%丢失),
但当此代码托管到heroku时... 日志中的错误如下
{ Error: Command failed: ping google.com
/bin/sh: 1: ping: not found
at ChildProcess.exithandler (child_process.js:275:12)
我正在制作这个应用程序,因为我想远程运行该IP上的机器上的.exe