Support for React 17
735l4 opened this issue · 6 comments
735l4 commented
Currently if we install react95, we get an error
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: myapp@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.2" from react95@3.10.0
npm ERR! node_modules/react95
npm ERR! react95@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
735l4 commented
@arturbien sorry that was the wrong error log I've updated it. I got that error when I tried to install react95 for the fresh next.js project it's the same for fresh react 17 installation as well.
arturbien commented
🎉 This issue has been resolved in version 3.11.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
735l4 commented
@arturbien it's resolved. Thanks!