Griha Mikhailov
Griha Mikhailov

Reputation: 733

"An error occured while applying security settings" during node.js installation

I am trying to update my node.js version. I managed to delete it, but I can't install a new version. Any suggestions?

error message

Upvotes: 0

Views: 857

Answers (1)

shikida
shikida

Reputation: 505

Sounds like a known issue

https://github.com/nodejs/node/issues/39224

Core issue seems to be that Windows localizes names of built-in users and groups. On my non-English Windows system, there does not exist a group called "Authenticated Users". It exists using a localized name. Hence, the solution implemented in that commit will never work on non-English Windows systems.

Upvotes: 1

Related Questions