Category "lerna"

jest issue with typescript react components

I'm currently having an issue with Jest and Typescript inside a Lerna mono repo. Inside the test file, I've imported the component import { Doctor } from '../sr

'TypeError: Converting circular structure to JSON' in a Lerna workspace with CRA and Typescript

I have a Lerna Workspace with some packages and a webapp created with create-react-app using TypeScript. When I try to add node-sass (needed for customizing ag-

Design system monorepo without lerna?

I had a quick question, due to the fact that lerna is not being maintained anymore, I was trying to find an alternative for a simple setup ( React, storybook, J

How can I run two dev servers with yarn workspaces?

I have two yarn workspaces A and B. Within each workspace, I can run yarn start to run webpack dev server on different ports. Therefore, I am trying to use the

Exclude certain paths from being autoimported with Lerna, Typescript, and VS Code

I have a [email protected] project with a chain of multiple packages. |-tsconfig.lib.json |-packages |--format |----tsconfig.lib.json |--helper |----tsconfig.

React native monorepo with Microsoft appcenter

Has anyone been able to build / distribute react native apps on appcenter using a monorepo? I've tried lerna and nx but no luck with either.