View Single Post
  #12   Spotlight this post!  
Unread 16-03-2015, 21:05
gbruck33013 gbruck33013 is offline
Registered User
FRC #4655
 
Join Date: Mar 2014
Location: Roscoe, IL
Posts: 1
gbruck33013 is an unknown quantity at this point
Re: Team 1515 Presents MorScout

Thanks for making your scouting application available. I down loaded and installed node.js. After loading node.js, I opened the command window by selecting node.js from the start menu. At the print I type node --harmony userManger and it is not working.

Here is what is reported when I try the node comand:
node --harmony userManager
SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:44:10)
at REPLServer.defaultEval (repl.js:117:23)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer.<anonymous> (repl.js:279:12)
at REPLServer.emit (events.js:107:17)
at REPLServer.Interface._onLine (readline.js:214:10)
at REPLServer.Interface._line (readline.js:553:8)
at REPLServer.Interface._ttyWrite (readline.js:830:14)
at ReadStream.onkeypress (readline.js:109:10)

Any ideas as to what I may have done incorrectly?
Reply With Quote