react-money-input icon indicating copy to clipboard operation
react-money-input copied to clipboard

Error: Can't resolve '@rschpdr/react-money-input'

Open leocsar opened this issue 1 year ago • 2 comments

Error on V1.0.0 of react-money-input using React ^18.2.0.

Module not found: Error: Can't resolve '@rschpdr/react-money-input' in <path>

leocsar avatar May 24 '23 18:05 leocsar

Facing the same error

victorcarvalhosp avatar Nov 16 '23 01:11 victorcarvalhosp

When you installed the package you will get some warnings. Some moderate and some high vulnerable. You could try running

npm audit fix —force

for me this solved the issue.

Neminem-HC avatar May 03 '24 11:05 Neminem-HC