Description
I am running an Ubuntu machine on which I've the latest version of Node.js installed. I have installed Yeoman and now trying to use the angular-fullstack generator.
When I install generator using npm install -g generator-angular-fullstack, I get this warning:
npm WARN peerDependencies The peer dependency yo@>=1.2.0 included from generator-angular-fullstack will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency yo@>=1.0.0 included from generator-ng-component will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
When I run yo angular-fullstack [app-name], I get this error:
You don't seem to have a generator with the name angular-fullstack installed.
Any help solving this is appreciated. Thanks!