Node.js Usage
Quick reference for Node.js version management and usage.
Usage
Start REPL.
1 | node |
Check currently supported ES6 features.
1 | node --v8-options | grep harmony |
Version Management
n
Installation
1 | brew install n |
Usage
1 | n # Display downloaded Node.js versions and install selection |