Node.js SHELL #45461
Node.js SHELL
#45461
-
Affected URL(s)No response Description of the problemHow can I acces/get in the Node.js shell |
Beta Was this translation helpful? Give feedback.
Answered by
bnoordhuis
Nov 17, 2022
Replies: 1 comment 2 replies
-
With shell you mean the REPL (Read-Eval-Print-Loop)? Just type |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
avivkeller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With shell you mean the REPL (Read-Eval-Print-Loop)? Just type
node
without any arguments.