-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Running:
const netPing = require('net-ping');
const ipv6Session = netPing.createSession({
networkProtocol: netPing.NetworkProtocol.IPv6
});fails with:
Error: Operation not permitted
at new Socket (/Users/mohamed/Documents/test/node_modules/raw-socket/index.js:47:14)
at Object.exports.createSocket (/Users/mohamed/Documents/test/node_modules/raw-socket/index.js:202:9)
at Session.getSocket (/Users/mohamed/Documents/test/node_modules/net-ping/index.js:147:20)
at new Session (/Users/mohamed/Documents/test/node_modules/net-ping/index.js:101:7)
at Object.exports.createSession (/Users/mohamed/Documents/test/node_modules/net-ping/index.js:545:9)
Metadata
Metadata
Assignees
Labels
No labels