-
Notifications
You must be signed in to change notification settings - Fork 198
Support type-fest v4 #763
Copy link
Copy link
Closed
Description
Got this error if i use type-fest v4
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @pmmmwh/react-refresh-webpack-plugin@0.5.10
npm ERR! Found: type-fest@4.0.0
npm ERR! node_modules/type-fest
npm ERR! dev type-fest@"^4.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional type-fest@">=0.17.0 <4.0.0" from @pmmmwh/react-refresh-webpack-plugin@0.5.10
npm ERR! node_modules/@pmmmwh/react-refresh-webpack-plugin
npm ERR! dev @pmmmwh/react-refresh-webpack-plugin@"^0.5.10" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: type-fest@3.13.1
npm ERR! node_modules/type-fest
npm ERR! peerOptional type-fest@">=0.17.0 <4.0.0" from @pmmmwh/react-refresh-webpack-plugin@0.5.10
npm ERR! node_modules/@pmmmwh/react-refresh-webpack-plugin
npm ERR! dev @pmmmwh/react-refresh-webpack-plugin@"^0.5.10" 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.
it's from the peerDependencies "type-fest": ">=0.17.0 <4.0.0",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels