"An error occured while applying security settings" node.js 安装期间
"An error occured while applying security settings" during node.js installation
我正在尝试更新我的 node.js 版本。我设法删除了它,但我无法安装新版本。有什么建议吗?
听起来像是一个已知问题
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.
我正在尝试更新我的 node.js 版本。我设法删除了它,但我无法安装新版本。有什么建议吗?
听起来像是一个已知问题
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.