Run Server Error : getting [errono: -4094, code: ‘UNKNOWN’, syscall: ‘open’] for “npm run dev”
I want to run a local server.
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.