Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

JavaScript

nvm ls nvm ls-remote nvm install 18.18.2 nvm use 18.18.2 npm config set cafile "$HOME/certs/TIAROOTCA2022.pem"

npm init -y

npm install eslint --save-dev npx eslint --init

npm install lite-server --save-dev npm run dev

adb reverse tcp:3000 tcp:3000

Run processes

Use Execa

Summary

  • brew install nvm
  • nvm ls
  • nvm install node or nvm install vx.y.z
  • nvm use x.y.z