I installed gulp(globally) and it looks like it worked because it ran this code:
├── tildify@0.2.0 ├── interpret@0.3.5 ├── pretty-hrtime@0.2.1 ├── deprecated@0.0
You need to do this npm install --global gulp. It works for me and i also had this problem. It because you didn't install globally this package.
npm install --global gulp