I'm having a problem installing gulp globally with npm 5.3.0 and node v8.5.0.
First I did install gulp
$ npm install gulp-cli --global
then
$ gulp
results to
bash: gulp: command not found
I already tried answers from these questions:
I'm having a problem installing gulp globally with npm 5.3.0 and node v8.5.0.
First I did install gulp
$ npm install gulp-cli --global
then
$ gulp
results to
bash: gulp: command not found
I already tried answers from these questions:
Make sure your Git Bash is listing global modules directory in your (~/.bash_profile
, which is same as C:\Users\Jash\.bash_profile
). I think, you will need to add a line in the very beginning of that file:
export PATH="/c/Program Files/nodejs/":$PATH