10-27-2025, 10:49 PM
(تم إجراء آخر تعديل على هذه المشاركة: 10-27-2025, 10:53 PM بواسطة master-str.)
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh...install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22
# Verify the Node.js version:
node -v # Should print "v22.21.0".
# Verify npm version:
npm -v # Should pr
int "10.9.4".
الموقع الرسمي
https://nodejs.org/en/download
curl -o- https://raw.githubusercontent.com/nvm-sh...install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22
# Verify the Node.js version:
node -v # Should print "v22.21.0".
# Verify npm version:
npm -v # Should pr
int "10.9.4".
الموقع الرسمي
https://nodejs.org/en/download

