Ive forked a repo and run npm install. I can see gulp is installed in the node_modules folder. However when I run gulp or gulp -v on the command line it says command not found.
If I open a new terminal in a different folder (which is outside of the repo eg my home folder) and run gulp -v I can see the version:
CLI version 3.9.0
So it seems gulp is installed both locally and globally but its still not working. I have gulp working find on another project that I previously set up.
This is a similar question but the solution posed does not work: no command 'gulp' found - after installation