I have a project using replaceEsm that works fine using yarn. But when I switch to pnpm it says that quibble cannot find one of my modules.
I assume this is due to the different node_modules structure of pnpm.
Is this a known issue? I am happy to supply more info about pnpm if you are unfamiliar with that package manager.
I have a project using
replaceEsmthat works fine usingyarn. But when I switch topnpmit says thatquibblecannot find one of my modules.I assume this is due to the different
node_modulesstructure ofpnpm.Is this a known issue? I am happy to supply more info about
pnpmif you are unfamiliar with that package manager.