-
**What is the current behavior?**
When you install the main project, it correctly begins installing the workspace dependencies. However, if one of the scripts in a dependency attempts to execute a co…
-
# 🐛 bug report
When parcel is in a child workspace module, it will install any new deps into the root directory instead of its own.
### 🎛 Configuration (.babelrc, package.json, cli command)
P…
-
Using lerna, pnpm, npm workspaces or yarn workspaces, this tool should extract a monorepo and re-initalize the monorepo on the fly, in-memory.
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Running into a problem with yarn given a project with workspaces
```javascript
// root package.json
{
"name": "proje…
-
## Bug report
### Required System information
- Node.js version: v18.20.4
- NPM version: 10.7.0
- Strapi version: 5.2.0
- Database: mysql
- Operating system: linux-x64 - Ubuntu…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
proj2 link monorepo proj1, then show this error
```
D:\ts_projects\mine\yarn-bug1\proj2>yarn
➤ YN0000: ┌ Resol…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
I get the following error when running `yarn workspaces focus` in a Dockerfile:
```
#8 2.572 ➤ YN0000: ┌ Resolu…
-
I am using yarn workspaces and I have this packages in my package.json:
"workspaces": ["packages/*"]
I am trying to create a docker image to deploy and I have the following Dockerfile:
…
-
### Description
I have a mono-repo project, with two polymer-based projects (one is library, the other is the main project)
The folder structure:
```
-
|-- node_modules (shared by yarn-workspaces…
-
## Search Terms
absolute
## Suggestion
Output absolute paths in type errors for `tsc`, or at least a way to specify this.
## Use Cases
When type checking in monorepositories, typically …