I have already run the command npm i @hookform/resolvers@2.9.11, and I got this errors
1 Like
Have you tried the following:
open package.json and delete the line ‘@hookform/resolvers’: ‘2.9.11’
then go to the terminal and run npm i @hookform/resolvers@latest
1 Like