Advertisement
Guest User

node command does not do anything.

a guest
Nov 6th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ rhino hello.js
  2. Hello, World!
  3. $ node hello.js
  4. $
  5. $ node -h
  6. $
  7. ---snip---
  8. I may not be understanding something, but isn't node supposed to run the hello script too?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement