I’m trying to use the net-ping package to create a webservice that will ping a host and give me the result. I get an “Operation not permitted” error. Is this just not allowed?
Error: Operation not permitted
at Error (native)
at new Socket (/app/node_modules/raw-socket/index.js:47:14)
at Object.exports.createSocket (/app/node_modules/raw-socket/index.js:202:9)
at Session.getSocket (/app/node_modules/net-ping/index.js:147:20)
at new Session (/app/node_modules/net-ping/index.js:101:7)
at Object.exports.createSession (/app/node_modules/net-ping/index.js:545:9)
...