BastinB
Deno15mo ago
Bastin

Monorepo NextJS import problem

When I try to use NextJS in a Deno monorepo, the package import like

import {add} from "@scope/add";

inside the nextjs app throws


⨯ TypeError: Cannot read properties of undefined (reading 'bold')
Was this page helpful?