【问题标题】:'"node"' is not recognized as an internal or external command, operable program or batch file'"node"' 不是内部或外部命令、可运行程序或批处理文件 【发布时间】:2021-05-30 09:41:44 【问题描述】: [为什么我收到这个错误。我什至没有运行节点命令“节点”不被识别为内部或外部命令, 可运行的程序或批处理文件。 我试过这个命令-> npx create-react-app amazon-clone] 【问题讨论】: 标签: node.js git-bash npx 【解决方案1】: 你应该先安装 nodejs。从here开始 【讨论】: 它已经安装并且工作正常。我只是反应世界的新手,我必须运行“ npx create-react-app 。”我首先使用 npm install -g create-react-app 全局安装它的命令,现在我收到这个错误 - ' “node”'不是内部或外部命令、可运行程序或批处理文件 您的操作系统和外壳类型是什么? OS-windows 我一般用Git Bash