0

I was trying to install nodejs using the node-v0.10.25-x86.msi windows installer but getting the following errorenter image description here

I was able to install node.js 0.8 version, is there any way to upgrade to latest version

Sudip7
  • 2,384
  • 3
  • 27
  • 35

1 Answers1

0

i have a similar issue. Try installing this one

http://nodejs.org/docs/v0.8.0/

It solved my problem. It is very stable version.

Dot_NET Pro
  • 2,095
  • 2
  • 21
  • 38
  • thanks for your support, it is working. I have also some problem nodejs in eclipse environment, I am sharing the link to question which is in SO http://stackoverflow.com/questions/21846023/nodejs-configuration-using-p2f-file-in-eclipse – Sudip7 Feb 18 '14 at 11:18
  • @Sudip7 I am looking into it now. Please mark my answer thanks – Dot_NET Pro Feb 18 '14 at 11:19
  • also if there is any other way to configure nodejs in eclipse then let me know, it will be helpful – Sudip7 Feb 18 '14 at 11:19
  • I have'nt used node.js with eclipse. Netbeans is always an option for me but let me have a look if i can find a way. You could try Jetbrains Netbeans – Dot_NET Pro Feb 18 '14 at 11:24
  • my helloworld example worked properly when I tried use npm install -g express I am facing some error which I am putting in my question above in the form of log – Sudip7 Feb 18 '14 at 11:38
  • Ok Can you paste the error. are you behind any proxy network ?? – Dot_NET Pro Feb 18 '14 at 11:39
  • I am using my terminal assigned to me and using company provided LAN – Sudip7 Feb 18 '14 at 11:46
  • I had an issue when installing express framework behind the proxy network. If you have proxy look at the commands http://jjasonclark.com/how-to-setup-node-behind-web-proxy Also try changing the version of express in npm install express 0.8 – Dot_NET Pro Feb 18 '14 at 11:50
  • I tried your command before and after setting the proxy, the result is same, I am still getting the same error – Sudip7 Feb 18 '14 at 12:40
  • 1
    is there any way to upgrade my nodejs version from 0.8 to latest – Sudip7 Feb 21 '14 at 09:57