Error - Gulp - usr_bin_env: ‘node’: No such file or directory
Error - Gulp - usr_bin_env: ‘node’: No such file or directory
Solution
I did face this issue. This is how I solved it.
sudo ln -s /usr/bin/nodejs /usr/bin/node
just in case someone came here looking for solution to this problem.