In reference to this question I've run sudo npm install gulp -g
and npm install gulp --save-dev
, but no matter what I do I keep running into this error. Gulp does not see the local node_modules/.bin/gulp it seems and keeps complaining with the same error as mentioned above:
No local gulp install found in
with the local path.
I've tried looking at permissions, uninstalled, re-installed, tried different versions, but no luck. Does anyone have any idea?