I've installed Gulp like this:
npm install gulp -g
When I try gulp -v
I get this:
[16:19:03] CLI version 3.9.1
But when I try to use gulp in my project by running gulp enter code here
I receive:
[16:20:40] Local gulp not found in ~/Code/gulp
[16:20:40] Try running: npm install gulp
What is wrong?