I\'m building an App using MEAN Stack and trying to scaffold my frontend using yeoman-generator, when I do yo angular it f
The Node version seems to be outdated and both the npm and nodejs is not installed globally:
npm
nodejs
To install globally run the following:
npm install --global yo bower grunt-cli npm install -g generator-angular
And start again, it will work for sure.