-
`install-packages.ts` sometimes error:
```bash
INFO Successfully grabbed "requirefs" dependencies!
INFO Successfully grabbed "logger" dependencies!
ERROR Failed to install "browser" dependenci…
-
From the homepage:
To solve these (and many other) problems, some projects will organize their codebases into multi-package **repostories**
-
Many js frameworks are applying monorepo pattern for packages using this tool https://lernajs.io/.
We have:
* emerald-js
* emerald-js-ui
* other potential packages...
-
I have two packages:
* *app* (via create-react-app)
* *lib* (a react component transpiled with babel-cli)
When adding `require('./package.json')` to *app*, webpack compiles as expected. The jso…
-
For example: when showing the report on the dashboard, it needs to know which version to use.
-
I tried to join the Lerna Slack room, following the link on lernajs.io, but got this error.
(Email address hidden for my privacy)
-
Ref https://twitter.com/left_pad/status/944586480139341825
So this project isn't dead or anything in terms of _usage_ - we have a good amount of [users](https://lernajs.io/#users) and just since we…
-
Hello!
I would like to port lerna to the dart world, by handling `pubpsec.yaml` instead of `packages.json`.
So I've been wondering:
- Would this be possible to host the project on `/lerna/lern…
-
This issue is a:
- Question / support request
I did [`nwb new web-module my-module`](https://github.com/insin/nwb#npm-modules-for-the-web) and got an unexpected `.git/` repo.
Is this intende…
-
Would be helpful to know of surviving mutants while the test is still running in case of a test suite that runs really slowly.
Goal would be to start work on killing the surviving mutants while the…