python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
Cannot use TypeOrm in nx-nestjs project: ERR_REQUIRE_ESM
I am migrating my NestJS-TypeOrm app to a monorepo (NX workspace).
Whenever I try to run the app, I get this error:
C:\myproject\node_modules\@nrwl\node\src\executors\node\node-with-require-overrides....

Patric
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
Typeorm is not generating entities on build when using NX
I'm using nx for a project and Have a NestJS API with Typeorm but when running nx serve app the entities files are not being generated so I get this error when trying to insert data to the database.
N...
Quipe809
Votes: 0
Answers: 0