-
Notifications
You must be signed in to change notification settings - Fork 890
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
remove engine:'^4' in package.json #166
Comments
are you using node version below 4? |
This is preventing us from using yarn on one of our projects. We are using node v6. |
If anyone fancies creating a pull request for this that'd be great. |
I've mentioned this issue in yarn, but it seems to be solved few days ago. So maybe upgrade yarn and install again will solve this issue. |
I was using the latest version of yarn, seems like they only fixed the |
You're right, I mean this engine number specified with "^" is not compatible with yarn. |
error [email protected]: The engine "node" is incompatible with this module. Expected version "^4".
my node version is v5.5.0
The text was updated successfully, but these errors were encountered: