KUSHAD
KUSHAD

Reputation: 137

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

Upvotes: 0

Views: 2309

Answers (2)

Bhavna
Bhavna

Reputation: 46

I was also facing the same issue, I have solved this by installing the type definition for react-otp-input -

npm i @types/react-otp-input

Upvotes: 0

Anshab Tp
Anshab Tp

Reputation: 56

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

Upvotes: 2

Related Questions