-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not install nodejs 4 on Windows 7 64-bit #3431
Comments
cc @nodejs/platform-windows |
@letrunghieu before we investigate this further - can you try deleting |
Installer log usually helps:
If you cannot get it fixed run the command and gist the content. |
I ran the installer with
However, I did as @benjamingr say and finally installed nodejs 4.2.1 x64 successfully without after clearing the Thanks for all of your help. |
Above work around didn't work for me. Coz antivirus was blocking some files. So disabled the antivirus for sometime and it worked. |
In my case, I had to install the msi as an administrator. See this article for how to do it |
maybe you need install that package through the command line, like that,
For more information of the command lines, you can visit Command-Line Options |
Issue is closed, but just for anybody that is having same problem. I installed mine through (chocolatey. And it works perfect. |
Thanks DarwinniwraD the solution helped me |
Try installing it again after disabling your anti-virus. It worked for me :) |
Ok, install failed on windows 7. When running the msi install, uncheck (do not install) performance counters under the node runtime. Then this installs fine for me. Just doing development I don't need the optimization on my local machine. Not sure why my win 7 machine had the problem, but it worked for me. |
I also have a similar problem but the solution provided by @coben4w did work for me. The installation log can be found from gist |
Hi Guys , |
@nyangeta did you recently download, as in the last hour? We were having issues with our host. Can you try redownloading and installing one more time |
ok let me try |
Thank,it's working |
On windows 10, open cmd as ADMIN, change directory to where u have node.js msi file. Then run For me, I had All thanks to DarwinniwraD |
Hi, I am having same problems with Windows 10. I have tried all suggested solutions above but the issue remains. Tried installing the LTE (6.10.0) and the Current build (7.6.0) |
Cleaning old node installation, with regedit and tmp folders, along with Windows reboot did finally solved my problems |
Yeah, well... The problem is that I haven't successfully installed node yet. I tried to look for something relating to node from the regedit, but I couldn't figure out if they were part of node installation or not. (Searching node or npm in regedit gives a whole lot of results that aren't related to node installation.) Do you have some tips what exactly should I be looking for from regedit? |
It was already some timeago and i do not have recollection on the matter. But I deleted only things that where clearly related to node or npm and also did have lots of unrelated hits. |
@trinne can you try to run this in an Administrator Command Prompt (right click, run as Administrator):
If that doesn't work, please create an installation log with |
@fwp728 Hi 1 - Clean TEMP Folder |
Someone help me, I'm also having this issue and all the above solutions didn't work for me. |
@buoyantair can you tell me what exactly is it saying or post a picture of it. |
Hello,
I had found the cause. My OS is Win7 . So anyone who'd like to install the Nodejs must be given the administrator permission.
|
方文平
fangwenping728@163.com
公司名称:杭州戬威机电科技有限公司
地址:杭州市余杭区荆长路768#顺帆信息产业园B区6#楼405室
电话:15336566035
手机:15858222483
|
扫描该二维码,可以将电子名片迅速保存到手机 使用帮助
|
At 2017-07-18 22:50:25, "Raja" <notifications@github.com> wrote:
@buoyantair can you tell me what exactly is it saying or post a picture of it.
Are you above is not working and you followed the steps.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Navigate to node-v8.9.1-x64.msi file using Command Prompt... (cmd) |
Permission setting for Temp folder solved the problem. |
I had used all of the methods above, a few others from other forums, and Stack Overflow.
I hope this helps. |
thanks ! |
Si, el problema parece ser que al ser un msi, no te da la opcion de ejecutar como administrador.. desde la ventana de comandos anduvo bien la ultima Version!!! Quiero decir que segui los siguientes pasos:
|
Can anybody help me ? I'm having the same issue. |
You saved my day .... Thank you :) |
mucho gracias! |
Are there any one meet the problem like me when installing nodejs 4 on a Windows 7 64-bit machine? I can install the
0.12
version (32-bit version) on the machine successfully. However, the new installer of nodejs always throws me an errorI tried with both 32-bit and 64-bit versions on my machine with nodejs installer 4.0, 4.1, 4.2 and 4.2.1. I received the same error.
The text was updated successfully, but these errors were encountered: