win机器上没有安装Node JS

And*_*rei 9 node.js

当我尝试在 win 机器上安装节点时,我总是收到此错误:

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.
Run Code Online (Sandbox Code Playgroud)

可能是什么原因以及如何解决?谢谢

在此处输入图片说明

小智 15

以管理员身份打开命令提示符 (cmd.exe) 并键入:

net localgroup /add "Authenticated Users"
Run Code Online (Sandbox Code Playgroud)

然后单击“重试”按钮或再次运行安装文件。


JIT*_*ion 8

尝试以前的版本(v14.17.1),对我有用
该错误似乎与具有管理员用户的未加入域的计算机有关。

编辑:
版本v14.17.3似乎有一个修复(在节点 Gitlab 问题中说明 安装目录权限在非英语 Windows 系统上损坏