NVM (Node Version Manager): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 November 2024

1 November 2023

16 October 2023

  • curprev 13:1713:17, 16 October 2023Akhyar talk contribs 850 bytes +850 Created page with "== Install NVM == Update dulu sudo apt update Download menggunakan curl, pilihan nvm pada v0.35.3 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash Masukkan source-nya source ~/.bashrc Install Node.js menggunakan NVM. Kali ini yang akan di install adalah versi 18.16.0 nvm install 18.16.0 Melihat NVM version nvm --version hasilnya 0.35.3 Melihat node.js nvm ls hasilnya v18.16.0 node -> stable (-> v18.16.0) (default) stable ->..."