Relative Content

Tag Archive for npmnext.jsnext.js14

NextJS NextRouter was not mounted in custom NPM package

m developing a Next.js application using a monorepo structure with Yarn workspaces. My monorepo has two main workspaces: “starter” and “core”. The “core” workspace contains most of the functionalities such as helper functions and context, and it is published as an NPM package. The “starter” workspace is my main project which consumes the “core” package.