question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove `lerna` dependency

See original GitHub issue

Remove dependency lerna, because it is not really used anymore (no features of it are used anymore and the last remaining one can be easily changed), everything is either managed with yarn workspaces now (dependencies, scripts) and semantic-release (versioning, publishing)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nodkzcommented, Aug 31, 2021

lerna can be removed without regrets )

Yep, in past, it helps links packages between each other, but now yarn workspaces do this job. Package publishing was replaced by sematic-release. And yep, the last missing point is running scripts - and for such kind of job, I’m using https://github.com/folke/ultra-runner in my internal projects. But in this repo no need to use this runner, but maybe you find it useful for your internal projects.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature: lerna remove · Issue #1886 - GitHub
Currently there's no way to remove a dependency from a lerna package, the closest way we can do is to manually remove from...
Read more >
Remove dependency from nested Lerna Package
Manually remove dependencies from @org-name/package-name/package.json. Run: lerna bootstrap --scope @org-name/package-name --no-ci --force- ...
Read more >
@lerna/clean - npm
Remove the node_modules directory from all packages. ... Start using @lerna/clean in your project by running `npm i @lerna/clean`.
Read more >
@lerna/clean | Yarn - Package Manager
@lerna/clean. owner lerna5.5mMIT6.2.0 vulns 0 vulnerabilities. Remove the node_modules directory from all ...
Read more >
lerna/clean - npm.io
lerna clean does not remove modules from the root node_modules directory, even if you have the --hoist option enabled. 2 keywords; 8 dependencies;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found