sh.exe”:http 服务器:找不到命令

sh.exe": http-server: command not found

在我运行遵循命令

之后
npm install

执行成功 但是当我尝试执行以下命令时

http-server

它给出了以下错误

sh.exe": http-server: command not found

谁能帮我解决上面的错误

您已在本地而非全局安装了 http-server 包。

检查 node_modules/.bin/ 文件夹,找到可执行文件并执行它。

如果可行,请尝试 $(npm bin)/http-server 如果您是来自 git bash 的 运行。如果您使用 windows 命令提示符,请尝试从 运行 npm install

所在的同一文件夹中 node_modules\.bin\http-server.cmd