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
Downgrading to version 0.11.1 fixes the issue.
I believe that line: "preinstall": "npx only-allow pnpm", should be used only in projects, not libraries like this one, as it also propagates to projects using it. I think the intention behind this line was to enforce that every contributor is using pnpm, not every end-user
The text was updated successfully, but these errors were encountered:
When running
npm i graphql-codegen-typescript-validation-schema
I get the following error message:
Downgrading to version 0.11.1 fixes the issue.
I believe that line:
"preinstall": "npx only-allow pnpm",
should be used only in projects, not libraries like this one, as it also propagates to projects using it. I think the intention behind this line was to enforce that every contributor is using pnpm, not every end-userThe text was updated successfully, but these errors were encountered: