Node.js Runtime Environment
Installing nvm
Managing Multiple Node.js Versions
Switching Between Versions
Homebrew on macOS
apt on Ubuntu/Debian
Chocolatey on Windows
Checking Node.js Version
Checking npm Version
Testing Basic Functionality
Starting the REPL
Basic REPL Commands
Using REPL for Experimentation
REPL Special Commands
Customizing REPL Environment
Executing JavaScript Files
Passing Command-Line Arguments
Using Shebang for Executable Scripts
Setting File Permissions
Previous
1. Introduction to Node.js
Go to top
Next
3. Core Architectural Concepts