Skip to content
Home » Node JS is not installed on win machine

Node JS is not installed on win machine

To solve Node JS is not installed on win machine error follow below methods.

ERROR LOG

An error occurred while applying security settings.
Authenticated Users is not a valid user or group. This
could be a problem with the package, or a problem
connecting to a domain controller on the network. Check
your network connection and click Retry, or Cancel to
end the install.

How to solve Node JS is not installed on win machine ?

o solve this error Open Command Prompt (cmd.exe) as administrator and type the below command.

net localgroup /add "Authenticated Users"

Then click the “Retry” button or run the installation file again.

Alternative to Solve Node JS is not installed on win machine

To resolve this issue add the missing group. Follow the steps below

  1. Open the “Computer Management” utility.
  2. Navigate to the “Local Users and Groups” tree.
  3. Search the “Groups” folder for a profile called “Authenticated Users,” which should be missing.
  4. Select New Group from the Groups folder by right-clicking on it. Enter “Authenticated Users” as the New Group name (case sensitive) and click Create.
sample code

Hope the above solution works.

Also read :

gulp-sass 5 does not have a default Sass compiler
Failed to connect to the remote extension host server  (Error: Handler already set!)