Thien Nguyen

Results 2 comments of Thien Nguyen

```bash npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/react npm WARN peer react@"^16.8 || ^17.0 || ^18.0" from @radix-ui/[email protected] npm...

> with npm 9+ you can define dep overrides for a workaround: > > **package.json** > > ```json > ... > "overrides": { > "react": "18.2.0" > }, > ```...