![]() |
|
Download Node.js® - نسخة قابلة للطباعة +- Forums (http://ftth.kozow.com) +-- المنتدى: قسم الشرينج والـ IP (http://ftth.kozow.com/forumdisplay.php?fid=5) +--- المنتدى: شروحات و مشاكل الـ VPS و LINUX (http://ftth.kozow.com/forumdisplay.php?fid=7) +--- الموضوع: Download Node.js® (/showthread.php?tid=8) |
Download Node.js® - master-str - 10-27-2025 # Download and install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/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 |