Bug fixing a project React , Next and Node
Budget: ₹600 – ₹1,500 INR
Application - https://fortunedeed.com/
As per the errors it seems like the build is failing b/c caniuse-lite is outdated.
You can upgrade this by running the above command:
npx browserslist@latest --update-db
Please consult with the developer before performing the upgrade.
Next Js just recently updated its docs and now according to the new rules, the react version must be amoung the latest and same goes for a few other libraries
so all we have to do is install the exact compatible library versions
Or else we can remove the files and re deploy using our backup
As per the errors it seems like the build is failing b/c caniuse-lite is outdated.
You can upgrade this by running the above command:
npx browserslist@latest --update-db
Please consult with the developer before performing the upgrade.
Next Js just recently updated its docs and now according to the new rules, the react version must be amoung the latest and same goes for a few other libraries
so all we have to do is install the exact compatible library versions
Or else we can remove the files and re deploy using our backup