Skip to content

Commit 208d6df

Browse files
authored
Docs: Add gulp-cli answer to FAQ (#2212)
1 parent 9f12c2d commit 208d6df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Probably. Ask yourself:
3030

3131
Always use `\n` to prevent diff issues between operating systems.
3232

33+
## I installed gulp as a dependency from package.json file by running `npm install` but I keep getting `command not found` whenever I try running a gulp command, why doesn't it work?
34+
35+
Upon installing gulp as a project dependency, you need to add that to your PATH environment variable so that when you run a command, the system can find it. An easy solution is to install gulp globally, so that its binaries end up in your PATH environment variable. To install gulp globally, use the command `npm install gulp-cli -g`
36+
3337
## Where can I get updates on gulp?
3438

3539
gulp updates can be found on the following twitters:

0 commit comments

Comments
 (0)