Installing GULP

Hello,

I was trying to install GULP and it shows this


I guess it’s not successfully installed since it says command gulp not found when I tried to run the example.Do I need to make any change in the makefile?
Any help would be greatly appreciated!

Qi

Hi Qi. There’s nothing in your screen capture that suggests that the code hasn’t built OK - everything looks fine, but we can’t see the bottom of the screen. It’s probably just that you don’t have the executable in your path. Things you can do:

  1. Add the GULP directory to your path
  2. Copy the exe to the directory where you are working (and to be safe use “./gulp” in case you don’t have “.” in your path either)
  3. Copy the exe to /usr/local/bin which is usually in most people’s path by default.

Julian

Thank you so much professor Gale for such a quick response!
Finally got it fixed!