Environment Setup, Nest CLI & First App
1) Install Node.js (LTS)
Go to nodejs.org and download the LTS installer for your OS.
Run the installer with the defaults.
Verify in a terminal:
node --version
npm --version
✅ Anything reasonably recent is fine. If you’re new to Node, stick to...
innosufiyan.hashnode.dev4 min read