teamwalnut / graphql-ppx

GraphQL language primitives for ReScript/ReasonML written in ReasonML
https://graphql-ppx.com
MIT License
257 stars 53 forks source link

Unable to install v1.2.1 #264

Closed dfalling closed 3 years ago

dfalling commented 3 years ago

v1.2.1 is failing to install for me:

error An unexpected error occurred: "https://registry.yarnpkg.com/@reasonml-community/graphql-ppx/-/graphql-ppx-1.2.1.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/runner/work/ido/ido/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

This happens locally and in CI. My package.json is requesting "@reasonml-community/graphql-ppx": "1.2.1",

jfrolich commented 3 years ago

Same here. There was an error on the CI while publishing, so maybe it was partly published. Will try to release as 1.2.2. There are not much updates, so you can also try 1.2.0.

jfrolich commented 3 years ago

Just tested 1.2.2 and it works now (not sure what went wrong, maybe a npm glitch?)!

dfalling commented 3 years ago

1.2.2 fixed it for me, thanks!