1

I tried to install node.js on a Windows 8 machine, but I got the following error:

The cabinet file 'media1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the the CD-ROM, or a problem with this package.

I downloaded the installation file from the node.js website at http://nodejs.org/download/.

How I can solve this problem.

My system specifications are OS : Windows8 32bit, RAM : 4GB, CPU : Intel Pentium P6200, 2.13Gz, Dual Core

3
  • 1
    corrupted download? perhaps try to download again? Commented Aug 25, 2013 at 12:03
  • I downloaded it several times. But for every time it shows the same error. But I installed it in a Windows7 64 bit PC successfully. Commented Aug 25, 2013 at 14:31
  • Check for other possiblities : disk error, bad sectors. Commented Aug 26, 2013 at 8:54

3 Answers 3

2

I was experiencing the same error message trying to install on Windows 7.

I was able to fix this issue and successfully install by:
changing the directory for installation.

Instead of installing within my "Program Files (X86)" folder, I installed into my "Program Files" folder

My suggestion is to try installing to a different directory as this solved the problem for me.

Sign up to request clarification or add additional context in comments.

Comments

2

Actually above none of answers ara not worked for me. I'm using windows 8.1 x64 . So i'm trying install nodejs.msi. Actually i can not install it. So i have used Chocolatey package manager. This is the command that i used for install nodejs. choco install nodejs.install Thats all it worked :)

Comments

1

For anyone stumbling here, my problem (on win 7) was I accidentally downloaded the 32-bit version by mistake. Getting the 64-bit version was the solution.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.