gpt4 book ai didi

windows - 未找到须藤。尝试 npm 安装

转载 作者:可可西里 更新时间:2023-11-01 14:43:46 29 4
gpt4 key购买 nike

我使用的是 Windows 8.1 笔记本电脑。我一直找不到 sudo。尝试使用以下命令进行 npm 安装:

F:\Webruin2>sudo npm install -g git
'sudo' is not recognized as an internal or external command,
operable program or batch file.

F:\Webruin2>npm install -g git
git@0.1.5 C:\Users\Dave\AppData\Roaming\npm\node_modules\git
└── mime@1.2.9

F:\Webruin2>git -v
'git' is not recognized as an internal or external command,
operable program or batch file.

F:\Webruin2>npm install -s sudo
sudo@1.0.3 node_modules\sudo
├── inpath@1.0.2
├── pidof@1.0.2
└── read@1.0.5 (mute-stream@0.0.4)

F:\Webruin2>sudo npm install -g git
'sudo' is not recognized as an internal or external command,
operable program or batch file.

请让我知道继续进行的最佳方式。如果这是题外话,请帮助我回到主题。 ;)

蒂姆

最佳答案

“sudo”命令不会被 Windows 命令提示符 (cmd.exe) 识别,因为“sudo”是一个基于 Unix/Linux 的应用程序,它只与该特定操作系统兼容。 Windows 当前不包含或不支持此命令。

在 Unix/Linux 操作系统中,'sudo' 是一个用于临时获得另一个用户(通常是 root/administrator)的安全权限的应用程序,通常用于安装软件或驱动程序,类似于运行管理员身份的 Windows 命令提示符。

根据您发布的输出,npm 似乎已经安装在您的系统上(如执行“npm install -s sudo”所示),因此您应该能够使用命令“npm”安装 npm 模块install $modulename",将 '$modulename' 替换为您要安装的模块或库的名称。

如果您尝试在 Windows 平台上安装 Git,我建议使用来自以下位置的适当安装程序:http://git-scm.com/download

关于windows - 未找到须藤。尝试 npm 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29592228/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com