-1
I am creating a site with authentication service and in it I intend to use Yup, an NPM module. I installed everything right but when I start the application it appears:
Attempted import error: 'yup' does not contain a default export (imported as 'yup').
I have tried several things but always the same error in npm.
enter at the end of the code the "export default Yup"
– vitoCostinha