Error: Can't resolve '@rschpdr/react-money-input'
Opened this issue · 2 comments
leocsar commented
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>
victorcarvalhosp commented
Facing the same error
Neminem-HC commented
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.