We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got example from https://github.com/shadcn/next-template
$ npx create-next-app -e https://github.com/shadcn/next-template
$ npm run dev
- error ./node_modules/lucide-react/dist/cjs/lucide-react.js:2:0 Module not found: Can't resolve '/home/user/Documents/my-app/node_modules/lucide-react/dist/cjs/icons/moon' https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ./components/theme-toggle.tsx - wait compiling /_error (client and server)... - error ./node_modules/lucide-react/dist/cjs/lucide-react.js:2:0
The text was updated successfully, but these errors were encountered:
You can fix it by downgrading lucide-react version to 0.263.1 with this command: npm install [email protected]
lucide-react
npm install [email protected]
Sorry, something went wrong.
Worked, thx G
No branches or pull requests
Got example from https://github.com/shadcn/next-template
The text was updated successfully, but these errors were encountered: