Node Server Upgrade on Windows

Leave a comment

Here we will go throgh the steps to upgrade your Node server.

First, open PowerShell as Administrator.

We will check the version of the server currently installed, with the command:

node -v

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

Then run:

npm install -g npm-windows-upgrade

Next, run:

npm-windows-upgrade

Select a version:

You will see:

And once complete:

 

Carl de Souza
Keep learning. Keep building.

Explore AI, agents & Microsoft technology.

I share practical ideas, tutorials, and videos about AI, AI agents, Microsoft technologies, and the Power Platform.

Subscribe on YouTube →
Carl de Souza Enterprise Architect at Microsoft · AI Technology Expert

Leave a Reply

Your email address will not be published. Required fields are marked *