#Peer deps missing after switch to pnpm

1 messages · Page 1 of 1 (latest)

cobalt anvil
#

I just switched to pnpm to resolve some swc issues and I am getting some new issues because I am importing peer dependencies on some custom components in the admin panel (useTranslation from react-i18next, and Link from react-router-dom) Both can not be resolved with pnpm. Not sure how to fix this I tried the following in my .npmrc with no luck

auto-install-peers=true
hoist-pattern[]=!payload
rugged dockBOT
hoary geyser
#

Getting some new issues

Can you provide more info on what you're seeing?

#

And code snippets of you importing