为什么gulp:命令在全局安装后找不到 - Windows

时间:2017-09-28 13:03:07

标签: node.js npm gulp git-bash

我在使用 npm 5.3.0 节点v8.5.0全局安装gulp时遇到问题。

首先我安装了gulp

$ npm install gulp-cli --global

然后

$ gulp

结果

bash: gulp: command not found

我已经尝试过这些问题的答案:

  1. https://stackoverflow.com/a/24042936/8680741
  2. https://stackoverflow.com/a/40197889/8680741
  3. https://stackoverflow.com/a/25126461/8680741
  4. npm install和npm update
  5. enter image description here

    enter image description here

1 个答案:

答案 0 :(得分:0)

确保您的Git Bash列出了您的~/.bash_profile中的全局模块目录,该目录与C:\Users\Jash\.bash_profile相同。我想,您需要在该文件的最开头添加一行:

export PATH="/c/Program Files/nodejs/":$PATH