Skip to content

Instantly share code, notes, and snippets.

View NisalG's full-sized avatar
:octocat:

Nisal L Gunawardana NisalG

:octocat:
View GitHub Profile

Nest.js Quick Guide with Q&A - 2025

Initial steps and frequently used commands

  • Update Node version
    • Use NVM
    • If NVM is installed but $ node -v gives old version
      • $ nvm ls
      • $ nvm alias default <version>
  • OR Updating the Ubuntu system Node version without NVM