python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to electron app start with yarn berry?
After moving the code that was running well in the standalone repo to the monorepo, it is not working properly.
As shown in the screen below, the message compiled successfully appears and stopped the ...
CHAI
Votes: 0
Answers: 1
migrating to yarn 3 + workspaces + nohoist
I'm migrating from yarn 1.xx to yarn 3 and I'm currently having a workspaces definition with nohoist configuration in my package.json:
"workspaces": {
"packages": [
&qu...
Ziv Levy
Votes: 0
Answers: 1
Creating a basic monorepo setup that can get incremental updates to packages
I would like to create a monorepo that uses very basic components (prefereably no Nx, Rush, Turborepo, etc)
I want to have an "app" e.g. created by create-react-app in the repo, and then som...
Colin D
Votes: 0
Answers: 0
Typescript/yarn workspaces - Referenced project may not disable emit
I'm trying to setup a monorepo project using typescript and yarn workspaces.
The project's structure looks like this:
/example
/packages
/lib1
Example is an app that used the packages, for developm...
Nicolas SEPTIER
Votes: 0
Answers: 2