GitBash 已安装但无法找到任何节点模块

Posted

技术标签:

【中文标题】GitBash 已安装但无法找到任何节点模块【英文标题】:GitBash installed but not able to find any node module 【发布时间】:2021-05-12 11:34:17 【问题描述】:

我已经在 Windows 10 中安装了 git-bash。之后,我使用 -g 全局安装了 http-server 和 lerna。当我尝试使用 git bash 访问 http-server 或 lerna 时,它显示“找不到命令”。如果我尝试使用 cmd 提示符,它可以工作。

【问题讨论】:

【参考方案1】:

这里的问题是关于 PATH 变量。您应该将 npm 全局脚本路径添加到您的 PATH 变量中。

您的问题可能在以下链接中有正确答案。

https://***.com/questions/31694646/http-server-command-not-found-after-install-in-npm#:~:text=you%20should%20add%20the%20npm,%22%2C%20run%20the%20below%20command.&text=bashrc%20file%20in%20your%20home,commands%20on%20your%20git%20bash.

【讨论】:

以上是关于GitBash 已安装但无法找到任何节点模块的主要内容,如果未能解决你的问题,请参考以下文章

React 项目无法在 git 子模块中使用节点模块

如何在Ubuntu和Windows上为德语Umlaute配置git编码?

Python无法在工作计算机上找到已安装的模块-Windows OS

无法在 Git Bash 中输入密码

GitBash没有输出到控制台

Git Bash 未在 VSCode 中显示为终端选项