milaninfy
milaninfy
@lemoustachiste `--omit=dev` will not install dev dependencies on the file system but the dependencies will be still resolved. (Documentation [npm ci --omit=dev](https://docs.npmjs.com/cli/v10/commands/npm-ci#omit) ) While resolving those dependencies, I see the...
@doberkofler I tried to replicate the issue and ran `npm ls @typescript-eslint/utils` which appears to be correct and looks like it's not a problem with npm. ``` └─┬ [email protected] ├─┬...
Reproduction steps: 1. create a new project ``` { "name": "eslint-plugin-jest-dom", "version": "0.1.0", "dependencies": { "@typescript-eslint/parser": "^5.9.1", "eslint": "^9.2.0", "kcd-scripts": "^12.0.0" } } ``` 2. `npm install --force` 3. `npm...
Fixed by https://github.com/npm/cli/pull/7602
@stachupl try updating npm to 10.5.0
This looks like it's fixed as of 10.8.1. Please updated npm. ``` ~/workarea/rep/npm-workspaces-repro $ npm test > test > npm test --workspaces > test > echo "testing jest-26" && jest...
@tttylerr Could you please try and update npm to latest version to check if that fixes your issue ?
**Closing** due to age. If this is still a problem please feel free to reopen this issue, or create a new issue w/ steps to reproduce.
@p3k As far as I know `--location` flag is not a valid configuration option for `npm login` command. By default `npm login` will write the information to `~/.npmrc`. Checkout [npm...
Please use the issue template when creating a new issues. Please provide clear reproduction case so we can also reproduce the issue. With limited information it's not possible to reproduce...