0

Any node js devs on here that can tell me why this is happening? Node js is installed and from what I can tell WebStorm is set up correctly...

Comments
  • 0
    You need to pass data into the callback function:

    ...on('data', function(data) {...
  • 1
    Bah stupid me, can't believe I missed that XS ...thank you for that!
Add Comment