I'm trying to install yeoman on Mountain Lion.
I've installed (and reinstall several times) node.js through mac package I've installed bower and grunt successfully just in case I've tried to make slinks of node to some bin folders just in case
And always get this error at the end when I try to install yoeman
....
npm http 304 https://registry.npmjs.org/debuglog/0.0.2
npm http 304 https://registry.npmjs.org/is
/usr/local/bin/yo -> /usr/local/lib/node_modules/yo/cli.js
> yo@1.1.0 postinstall /usr/local/lib/node_modules/yo
> node scripts/doctor.js
sh: node: command not found
npm ERR! yo@1.1.0 postinstall: `node scripts/doctor.js`
npm ERR! Exit status 127
....
I doesn't make sense that node command not found, as can run it with or without sudo.
I noticed there's another similar post : npm install -g yo command gives -> ERR! yo@1.1.0 postinstall: `node scripts/doctor.js`
But his error is slightly different, I've tried the solution proposed even though without success.
Any advice? Thanks!