You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install graphql-inspector using npm and getting an error:
$npm install @graphql-inspector/cli
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @graphql-tools/utils@^8.6.2.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/kvishnu/.npm/_logs/2022-02-24T16_55_08_473Z-debug.log
$npm i @graphql-tools/utils@^8.6.1
npm WARN [email protected] requires a peer of @grpc/proto-loader@^0.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No license field.
npm WARN The package @types/express is included as both a dev and production dependency.
+ @graphql-tools/[email protected]
added 1 package from 1 contributor and audited 1979 packages in 10.375s
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to install graphql-inspector using npm and getting an error:
To Reproduce
Steps to reproduce the behavior:
npm install @graphql-inspector/cli@latest
Expected behavior
Expected to install the library
Environment:
Additional context
graphql-tools/utils@^8.6.2 released
https://github.com/ardatan/graphql-tools/releases/tag/%40graphql-tools%2Futils%408.6.2
Able to install Previous release
The text was updated successfully, but these errors were encountered: