Greg Hornby
Results
1
issues of
Greg Hornby
``` var portastic = require("portastic"); portastic.find({ min: 1, max: 100 }) .then(function(ports){ console.log('Ports available between 8000 and 8080 are: %s', ports.join(', ')); }) ``` throws the error `Unhandled rejection Error:...