-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm WARN [email protected] requires a peer of yo@>=1.0.0 but none was installed. #84
Comments
Thanks @alesrebec - care to provide a PR? :) |
I get the same error
% yo --version
1.7.0 so what fix could I create? Reading yeoman/generator-angular#1192 makes not much sense to me either. There is a |
I was thinking maybe something like this? |
Weird fix as I did
but if that works fine with me :-) |
Just wanted to add that it also affected me Today. Had yo-2.0.0 already installed and still got the error. The workaround from the first comment here fixed as well. |
If you get this error, even with yo 1.6.0 installed, try installing yo and hedley together ("npm install -g yo generator-hedley"). It helped me pass that unnecessary UNMET PEER DEPENDENCY issue after "npm install -g generator-hedley" command.
The text was updated successfully, but these errors were encountered: