Install Node
Open Command Line/Terminal
To check the running node version run the following in Command Line/Terminal:
Open Command Line/Terminal
To check the running node version run the following in Command Line/Terminal:
node -vTo start node REPL run the following in Command Line/Terminal
node
Three Ways To Exit From Node REPL
Ctrl + c
Ctrl + c
.exit
process.exit()
That is it!
Comments
Post a Comment