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!
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:
Add the GULP directory to your path
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)
Copy the exe to /usr/local/bin which is usually in most people’s path by default.