Comment mettre à jour le nœud via CMD (Windows 10)

//open cmd

// check your current node version
node -v

// update node to current version
npm install --upgrade node
Comfortable Caribou