Open adiadd opened 1 year ago
After the create-next-app command, there is an error after running npm run dev:
create-next-app
npm run dev
The solution to this can be found in the stackoverflow post here
Updating the lucide-react version to "lucide-react": "^0.263.1"
lucide-react
"lucide-react": "^0.263.1"
Problem
After the
create-next-app
command, there is an error after runningnpm run dev
:The solution to this can be found in the stackoverflow post here
Solution
Updating the
lucide-react
version to"lucide-react": "^0.263.1"