Top "Lerna" questions

Lerna is a tool designed to help develop JavaScript projects in a single git repo containing multiple related npm packages.

Unable to run lerna's command

I am trying to install lerna using npm , packages are successfully added but when I run any command of lerna …

node.js windows npm lerna
LernaJS Typescript cannot find module

I'm trying to use LernaJS with typescript and I have some problems. When I try to run my package-1 which …

node.js typescript lerna
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
Allow local project to depend on local lerna packages

I have a lerna repo for a project under development. It has several packages that depend on each other. To …

npm yarnpkg lerna
Using Lerna with unpublished packages

I'm trying to set up my monorepo with Lerna. The plan is to refactor an existing project by pulling chunks …

lerna
Lerna bootstrap does not link local dependencies?

What is the proper way of working with lerna and local dependencies? I have configured two modules in a mono …

javascript node.js yarnpkg lerna
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