-
In all versions before 6 I was using following configuration for workspaces (package.json fragment):
```
"workspaces": {
"packages": [
"../app1",
"../app2",
"container"
]
},
``…
-
When I run the first time this code with these options, it works correctly.
```JS
ncp.limit = 5;
ncp.clobber = true;
ncp("C:\\Workspaces\\myFolder", "C:\\Users\\me\\backup", err => {
if (er…
-
**Description and reproduction of the issue**
```JSON
{
"rules": {
"@angular-eslint/template/prefer-self-closing-tags": ["error"]
}
}
```
```HTML
```
Af…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
`npm instal…
-
## CVE-2022-29244 - High Severity Vulnerability
Vulnerable Library - npm-6.14.11.tgz
a package manager for JavaScript
Library home page: https://registry.npmjs.org/npm/-/npm-6.14.11.tgz
Path to depe…
-
### How did you encounter this bug?
The stylelint-prettier extension recently refactored its code to use Prettier's ESM entrypoint in https://github.com/prettier/stylelint-prettier/pull/305. Yarn's P…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
v8.7.5
### Which area(s) of pnpm are affected? (leave empty if unsure)
Package manager…
-
**Describe the bug**
When the `nx run app-name:sync:android` command is run, `npm install` is executed at the beginning, so it generates a `node_modules` folder in the application folder. Next, cap…
-
Updated issue
**Bun supports `"workspaces"` in package.json**, `"workspace:*` (protocol) in dependencies, and many more features related to workspaces. See the [docs page on workspaces](https://bun…
-
- [x] Before running check if working tree is clean (`git status` or `git status --short`)
- [ ] Before release type choice show `git log` information.
- [x] Display auto generated changelog first, …