'Can't resolve 'otp-input-react' in my D:\project\app\src
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 |