Getting error while running simple javascript using node framework

Posted by noob on Stack Overflow See other posts from Stack Overflow or by noob
Published on 2010-03-11T11:02:39Z Indexed on 2010/04/28 8:03 UTC
Read the original article Hit count: 227

Filed under:
|

As i run this peice of code using node a.js:

var sys = require('sys'); sys.puts('Hello, World');

it gives an error

axconfig: port 1 not active axconfig: port 2 not active

I am new to using node..please help

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about node.js