Madhav Dutta
Madhav Dutta
Add ^ symbol to install the latest version of the next and others, it will fix the issue. Example : "contentlayer": "^0.3.1", "date-fns": "^2.29.3", "lucide-react": "^0.92.0", "next": "^13.3.2-canary.13",
Run : rm -rf ./node_modules rm pnpm-lock.yaml Add ^ symbol to install the latest version of the next and others, it will fix the issue. Example : "contentlayer": "^0.3.1", "date-fns":...
Yes i am also getting this error.
I wanted to share a solution that I've implemented for automating the confirmation prompt during deployment with flyctl and extracting the deployed URL using my REST API. This solution may...