shadcn-ui / next-template

A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
https://template.shadcn.com
1.37k stars 209 forks source link

Module not found: Can't resolve lucide-react #22

Open adiadd opened 1 year ago

adiadd commented 1 year ago

Problem

After the create-next-app command, there is an error after running npm run dev:

Screenshot 2023-08-12 at 11 23 34 AM

The solution to this can be found in the stackoverflow post here

Solution

Updating the lucide-react version to "lucide-react": "^0.263.1"

adiadd commented 1 year ago

23 Created PR here