🚀 TheRoks
  • Home
  • Sitecore
  • About me
  • Apr 5, 2026

    Auto-switching Node.js Versions with .nvmrc

    A .nvmrc file declares the intended Node.js version, but without a shell hook it is just a hint. This guide shows how to make your terminal act on that hint automatically — across zsh, bash, and Windows environments.

    • node-js
    • nvm
    • shell
    • zsh
    • bash
    • windows