-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Missing peer dependency, object-assign? #2218
Comments
After installing
|
i have the same error aaaaaaaa |
I've seen this before but I don't think it is a Jest issue. Probably something related to React or your node modules folder. Upgrading to npm3 will probably solve your issue – maybe the React team forgot to add object-assign as explicit dependency to the test renderer? @spicyj can you help us out here? |
That seems possible. Opened facebook/react#8500. |
I see a fix is coming down in a future release. Thanks! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Versions:
node: 4.6.2
npm: 2.5.11
jest: 17.0.3
I'm getting this error when running a test:
I apparently need to install
object-assign
manually? Should this not be a peer dependency for jest?Full debug output below:
The text was updated successfully, but these errors were encountered: