Open vaynevayne opened 1 year ago
As the error states, you are missing i18next-fs-backend. Try pnpm add i18next-fs-backend
.
better is add it to peerDependencies
Had the same problem when installing with pnpm. But Astro asked for i18next
first and then for i18next-fs-backend
. Running pnpm add i18next i18next-fs-backed
fixed it.
Had the same problem when installing with pnpm. But Astro asked for
i18next
first and then fori18next-fs-backend
. Runningpnpm add i18next i18next-fs-backed
fixed it.
This worked for me.
when i exec
pnpm run dev