I have been working on a site for several weeks, and just recently I ran into a problem. Now whenever I try to run gulp or JSPM, I get the following errors:
-bash: gulp: command not found
-bash: jspm: command not found
Uninstalling and reinstalling Node and NPM hasn't seemed to have helped. I've also installed both Gulp and JSPM globally just now, and still have the same issue.
I'm working on a Mac while a colleague of mine is using Windows. Using the same codebase, everything seems to be working for him fine in Windows.
In case it helps, here's what my $PATH looks like:
/usr/local/share/npm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:
I'm happy to provide more details, although I'm not sure what other information would help.
npm ls -g --depth=0show?