WeSearch

Trabajando con diferentes versiones de Node

·2 min read · 0 reactions · 0 comments · 14 views
#node#webdev#frontend
Trabajando con diferentes versiones de Node
⚡ TL;DR · AI summary

The article provides a guide on how to work with different versions of Node.js. It outlines steps for downloading, moving, and configuring Node.js versions on a local machine. Additionally, it includes commands for setting the Node.js version in various terminal environments.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1426084) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Amilkar Dominguez Posted on Jun 3 Trabajando con diferentes versiones de Node #webdev #frontend #node #npm 1. Descargar el bin de node Ve a la página de versiones de Node y descarga la versión que necesitas: https://nodejs.org/download/release/ 2. Mover los bins Descomprime y mueve los bins de node a una carpeta de tu preferencia.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)