Remove `lerna` dependency
See original GitHub issueRemove 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:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
🎉 This issue has been resolved in version 7.4.0 🎉
The release is available on:
Your semantic-release bot 📦🚀