Hey i run my Node-Red locally on my Laptop. That works well with:
nodejs -v = v15.10.0 and npm -v = 7.6.0. I did this in March.
Now i want to install Node-Red on a Windows Server 2012 R2.
First i downloaded the newest version from http://nodejs.org/en/
I run the Setup
The node -v = v16.0.0 and npm -v = 7.10.0
now i want to install node-red so i did: npm config set registry http//registry.npmjs.org/
After this i used this code: npm install -g --unsafe-perm node-red
maybe I go back to the setup which i use on my locally...
But there i got another question if i run this setup i get not npm - v = 7.6.0
I receive 7.5.3 how can i update that or change that? because the 7.5.3 is not working there..
Any Ideas ? I did it in March but cannot recognize :X
As I said, that isn't the cause of the registry issue. You said that http://registry.npmjs.org/node-red works ok in a browser, is that running the browser on the Windows Server machine, not on the laptop?