Closed Frazic closed 5 months ago
Thanks for reporting! This seems to be specific to using npm/npx and drizzle. As a solution, I would I suggest using pnpm but should you prefer to use npm, you can try the solutions here: https://stackoverflow.com/questions/78412358/i-am-getting-an-error-when-install-the-drizzle-orm-npm-package-in-my-nextjs-14-a
As a future solution, I'm looking to have packages added to the package json before they are installed so if the installation fails, you can run <package-manager> install
without having to install everything again.
Can confirm that it worked with pnpm, thanks!
Happy to hear! Also linking this for context: https://github.com/drizzle-team/drizzle-orm/issues/2251
Config File
Describe the bug When running
kirimase init
with version0.0.58
I get errorConflicting peer dependency: react@18.2.0
To Reproduce Steps to reproduce the behavior:
npx create-next-app
- Say yes to all defaults (Typescript, tailwind, estlint, etc)cd
into created directorykirimase init
- NPM, ShadcnUI, Drizzle, Postgres, Postgres.JS, LuciaExpected behavior
kirimase init
should run successfullyDesktop (please complete the following information):
Additional context Error log: