Trying to run in workspace root directory ``` posix.resolve(process.cwd(), "package.json") ``` Resolves to: ``` '/Dev/monorepo-playground/X:\\Dev\\monorepo-playground/package.json' ``` Next `require` fails with error `Error: Cannot find module`
Trying to run in workspace root directory
Resolves to:
Next
requirefails with errorError: Cannot find module