sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.21k stars 257 forks source link

Getting Module not found error #294

Open VNBharadwaja opened 1 year ago

VNBharadwaja commented 1 year ago

Hi there, I tried to install this package with npm install react-input-mask@next --save command but I keep getting Module Not Found: Can't resolve 'react-input-mask' error on my machine.

npm -v 8.11.0

react version: 17.0.2

How do I fix this?

Luisotee commented 1 year ago

Hey, I came into this problem too and the solution in this comment worked for me:

https://github.com/sanniassin/react-input-mask/issues/144#issuecomment-479379555