# Descarga e instala nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # en lugar de reiniciar la shell \. "$HOME/.nvm/nvm.sh" # Descarga e instala Node.js: nvm install 22 # Verify the Node.js version: node -v # Should print "v22.20.0". # Verifica versión de npm: npm -v # Debería mostrar "10.9.3".
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter