Top "Monorepo" questions

A monorepo is a single repository containing more than one project (in contrast to the single-repository-per-project approach).

Lerna. Install dependencies to root project

I have standard Lerna repository like this: my-repo - package.json - packages - api - package.json - web-app …

node.js lerna monorepo
Eslint doesn't work in VScode, but work from terminal

I have monorepository managed by rush (https://rushjs.io/) The structure of code is: As you see, there are two …

javascript visual-studio-code eslint monorepo
nohoist with workspaces still hoisting

Inside my Monorepo I have one packages in which I want all the dependencies inside its node_modules. But whatever …

yarnpkg monorepo yarn-workspaces
TypeScript: Error: Cannot find module when using paths

I have a monorepo containing the Back-end(NodeJS), Front-end(Angular) and Shared directory (container models shared by the front-end and …

typescript monorepo
Building Typescript: [!] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript)

I've encountered problem building typescript packages with rollup inside lerna managed monorepo. Error: lerna ERR! rollup --config ../../rollup.config.js …

javascript typescript rollupjs lerna monorepo
Angular 8: A better way to build monorepo app with libraries

I have several apps in my Angular monorepo project. Also there are about 5 libraries I've written to use across the …

angular angular-cli monorepo ng-packagr