Node RED installation not working

Hi All,

I have installed Node.js and while installing Node RED using step 2 at https://nodered.org/docs/platforms/windows, it is giving following errors:
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND

      • (some more of similar kind)

Also tried the step in section " Alternative install methods" but getting the above errors.

Request you to help me if anyone faced similar issue.

  • Shridhar

what does
node --version

and

npm --version

say?

That sounds like npm is having issues accessing the online repositories - so it'll be something network related.

Not sure what to suggest for a Windows environment on that however.

It is v8.12.0, 6.4.1.

You are right, it is the network and windows firewall issue on my office laptop. I tried the installation on my personal laptop and it is working fine.

Thanks all.

1 Like