'Can't resolve 'otp-input-react' in my D:\project\app\src

I am trying what I am doing is wrong but didn't find any.Tried to uninstall and reinstall the package then also it is not working here are the images for more clearer idea

Error in terminal

Component Where I am using the otp-input-react Package.json Error in browser



Solution 1:[1]

As per React 18 you may catch a dependency error.
My fix was: npm install --force react-otp-input

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Zach Jensz