dotansimha / dotansimha/graphql-code-generator
@graphql-codegen/visitor-plugin-common@npm:4.1.0: No candidates found
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
### Which packages are impacted by your issue?
@graphql-codegen/visitor-plugin-common
### Describe the bug
Cannot install using yarn@4 because @graphql-codegen/visitor-plugin-common@4.1.0 is missing from registry.
### Your Example Website or App
none
### Steps to Reproduce the Bug or Issue
1. try to install packages of `package.json` listed below
2. fails with: @graphql-codegen/visitor-plugin-common@npm:4.1.0: No candidates found
3. npmjs.com still got the 4.0.1 version
### Expected behavior
install the plugin
### Screenshots or Videos
_No response_
### Platform
- OS: macOS
- NodeJS: 18.17.1
- `graphql` version: 16.3.0
- `@graphql-codegen/*` version(s): 5.0.0
### Codegen Config File
_No response_
### Additional context
If I manually install it `yarn add @graphql-codegen/visitor-plugin-common` on top of the package.json below it installs just fine, it installs `4.0.1` since `4.1.0` is missing from npmjs.com registry.
package.json:
```json
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/jsdoc": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.