Hi,
I am trying to load Gulp via terminal and I get the following error message, No such file or directory. Not a Terminal user per say, just trying to load Web Starter Kit. I have tried the following
How to I fix this so that I can install Gulp?
Thanks
I am trying to load Gulp via terminal and I get the following error message, No such file or directory. Not a Terminal user per say, just trying to load Web Starter Kit. I have tried the following
Code:
davids-iMac-3:~ david$ $ sudo npm install --global gulp
-bash: $: command not found
Davids-iMac-3:~ david$ $ sudo npm install --global gulp
-bash: $: command not found
Davids-iMac-3:~ david$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Davids-iMac-3:~ david$ cat ~/.profile
cat: /Users/david/.profile: No such file or directory
Davids-iMac-3:~ david$ /bin/cat ~/.bashrc
cat: /Users/david/.bashrc: No such file or directory
Davids-iMac-3:~ david$ /bin/cat ~/.login
cat: /Users/david/.login: No such file or directory
Davids-iMac-3:~ david$ /bin/cat ~/.bash_profile
cat: /Users/david/.bash_profile: No such file or directory
How to I fix this so that I can install Gulp?
Thanks