Как обновить узел через CMD (Windows 10)

//open cmd

// check your current node version
node -v

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