2

Im having a trouble on installing node.js on my computer Windows 7 , 64-bit

here is the error right after ill install

When installing then this pops up click to view

then, after that this will soon show.

but just before downloading i noticed something unusual.. why is it like corrupt or something. here take a look at the image when it is being downloading

Prematured etc etc... click to view

Unusual download Icon click to view

kindly help, i really need to install node.js thanks

Community
  • 1
  • 1
  • A few things firstly: did you try to re-download and re-run? Does it install on a clean virtual? Do you have a pre-release of something on your PC? (for example Visual Studio). You are not actually running Windows in safe mode, are you? – Stein Åsmul Mar 16 '19 at 22:46
  • Do other msi based installations work without a problem? You can also open Services.msc and try to start the Windows Installer service and see if it gives an error message. – Paul G Mar 17 '19 at 00:35

1 Answers1

2

Old Answer: This super-messy answer of old has a suggestion that you should probably check: Node.js installation (windows installer) terminates prematurely on windows 10 64-bit.

Essentially: Essentially un-check Event tracing (ETW) in the setup's feature dialog - or you can try to launch the MSI from an elevated command prompt.

Or, if you need the Event Tracing, try this pragmatic answer.

Custom Installation

Deployment Mnemonic: If further debugging is required, here is a deployment "mnemonic" (as I call it): what is locking (in use), what is blocking (permissions), what is corrupt (disk, malware, configs, encryption), what are unexpected system states (disk space, time & date & language settings, licensing, windows patch state, path too long, etc...), what are incompatible products?


Links:

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164
  • Asmul , i've changed a lot these few hours.. I upgraded my windows 7 to 10 and it fixed the download still figuring it out why.. but thanks for you effort to answer it works :) –  Mar 17 '19 at 01:34
  • I can now work with angular and apache cordova.. jeez i badly need to get this node work done. –  Mar 17 '19 at 01:37
  • 1
    Hmmm, maybe do a malware check? Just to be sure? And maybe check if your browser is fully updated (just to be sure). In Chrome and Firefox: Help => About. Glad you are operational! Onwards! :-). – Stein Åsmul Mar 17 '19 at 02:10