-
(for further discussion, head over to https://github.com/actions/checkout/issues/217)
Lerna ([semantic release under the hood](https://github.com/semantic-release/semantic-release/issues/1526)) wil…
-
(for further discussion, head over to https://github.com/actions/checkout/issues/217)
Semantic release will create an incorrect version bump when used inside github actions.
This happens because…
-
```
lerna ERR! {"time":1521581046965,"hostname":"vaughan-mbp2012-win10","pid":12768,"level":"error","name":"pnpm","message":{"errno":-4048,"code":"EPERM","syscall":"rename","path":"C:\\Users\\Vaughan…
-
I have a Lerna package containing two different React apps made with Create React App (let's called them App A and App B). One of the apps imports the other one. I want to add Flow support to both app…
-
Not sure at all what's going on here. I did `npm install` and that worked fine.
Maybe my version of node is too old? (v10.14.2)
```
0 info it worked if it ends with ok
1 verbose cli [ '/home/m…
-
## Description
I need to run certain command for my packages in a dependency graph, but backwards. So the tree of dependencies will have commands run around the edges at the leaves first the moving…
-
Im getting this error when executing lerna run graphql-deploy
I can still run npm run dev , and it works but when I try to build-web or use graphql-deploy , or when i try to deploy in netlify i get …
-
Tech stack(options)
-----------------------------
[Storybook](https://storybook.js.org/)
[Styled Component](https://styled-components.com/) for themeing and styling component
[Typescript](https://…
-
**Describe the bug**
yarn install v1.22.11
[1/4] 🔍 Resolving packages...
warning Resolution field "lodash@4.17.21" is incompatible with requested version "lodash@^3.10.0"
warning Resolution fie…
-
Right now it's including everything in `npm pack` under `packages/create-full-stack`. It only needs to include what tsc compiles into `build/` and any templates.
It needs to copy over the templates…