Installation with react 17 fails
I created a simple test project with react and react-dom.
Here's my package.json:
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
Then running the command npm install react-lazyload fails
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from [email protected] npm ERR! node_modules/react-lazyload npm ERR! react-lazyload@"*" 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.
Works now with react-lazyload 3.2.0, so this could be closed?
I meet the same problem in react-lazyload@ 3.2.0

I meet the same problem in react-lazyload@ 3.2.0
Switch Nodejs version to 14 and try again