I am trying to build c++ project and see below error: Would you please take a look?
/bin/sh: npm: command not found
make[2]: *** [modules/GUI/CMakeFiles/Client] Error 127
make[1]: *** [modules/GUI/CMakeFiles/Client.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
I followed this wiki: sudo: npm: command not found But it doesn't work for me.
For MAC users, the follow steps worked for me, the error still there.
$ brew update
$ brew uninstall node
$ brew install node
$ brew postinstall