Node.js Usage
Usage
Start REPL.
1 | node |
Check current 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 |
Start REPL.
1 | node |
Check current supported ES6 features.
1 | node --v8-options | grep harmony |
1 | brew install n |
1 | n # Display downloaded Node.js versions and install selection |