Tools: Essential Guide: this is for to change old version node and curl install
The problem is curl is not installed, so the NVM installation never happened.That is why:nvm: command not foundappears. Fix Step-by-StepStep 1 — Install curlRun:sudo apt updateThen:sudo apt install curlType your password if asked. Step 2 — Install NVM AgainNow run:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash Step 3 — Reload BashRun:source ~/.bashrc Step 4 — Check NVMRun:nvm --versionIf installed correctly, it shows something like:0.39.7 Step 5 — Install Latest Node.jsRun:nvm install node Step 6 — Verifynode -vYou should see:v20.x.xor newer. Step 7 — Create Vite AppNow finally:npm create vite@latestThis should work correctly now. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse