1

I have downloaded version 12 of nodeJs, but unable to install on Windows.

Error - "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package.The error code is 2203".

I have tried some solutions like giving permissions to Temp folder in C:/Windows folder, running as Admin although the usual user has full permissions.

Error message

Lee Goddard
  • 10,680
  • 4
  • 46
  • 63
  • Typically you would install it under `C:/Program Files`. Have you tried running the setup as Administrator? – Anurag Srivastava Jul 05 '20 at 17:17
  • I haven't looked much at this, but maybe have a look here at [this old answer](https://stackoverflow.com/q/55201876/129130) with a suggestion to try at least. – Stein Åsmul Apr 01 '22 at 16:00

1 Answers1

-1

Error code 2203 basically pops up when the user does not have sufficient permissions to install the program to the folder that contains the installation point or the temp folder. Make sure that you are logged in as an Administrator to install the programs on the computer

Run installation with elevated permission ( try to run a program with admin privilege). This should solve the issue.

Sandeep Patel
  • 4,815
  • 3
  • 21
  • 37