Node
Node
Information
Show node version
REPL
Start node REPL
Exit node REPL
Scripts
Module Versioning
Version numbers (semver)
Major: Breaking changes, API changes
Minor: Non-breaking additions and improvements
Patch: Bug fixes with no API changes
Dependency symbols
Install same major with latest minor available
Install same major and minor with latest patch version
Install the exact specified version
Install current latest version always
Last updated