Issue with updating the React to 15.0.1
See original GitHub issueNPM fails when trying to update the React. Is this because of react-lazy-load
?
npm ERR! peerinvalid The package react@15.0.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-addons-css-transition-group@15.0.1 wants react@^15.0.1
npm ERR! peerinvalid Peer react-dom@15.0.1 wants react@^15.0.1
npm ERR! peerinvalid Peer react-lazy-load@3.0.7 wants react@^0.14.0
npm ERR! peerinvalid Peer react-redux@4.0.1 wants react@^0.14.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
React 15.0.1 Updates causing issues with DOM #6472 - GitHub
Hey, So I'm a fairly new developer who had a working app until version v0.14.8, and just updated to v15.0.1 today. The update...
Read more >How do I upgrade React from 0.13 to 15.0.1? - Stack Overflow
Update react version in package.json. Delete node_modules folder. Run npm install. install process will fail if there is any version mismatch among other ......
Read more >React v15.0.1 – React Blog
The first of these issues is related to the removal of an undocumented API. This API was added to enable JSX Spread Attributes...
Read more >iPadOS 15.0.1 "Software Update Failed" - MacRumors Forums
I've been able to update to iOS 15.0.1 on my iPhone just fine, but I've attempted to update to iPadOS 15.0.1 on my...
Read more >In iOS 15, when the app is restarted, it immediately crashes.
The model I am using is iPhone 12 Pro Max and the iOS version is 15.0.1. ... I have a similar issue in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, my bad. I’ve changed package.json too fast and didn’t catch the typo:) I’ll publish 3.0.8 again as soon as possible, and open this issue until it will be fixed.
That fixed the issue. Thanks !