Module not found: Error: Can't resolve 'graphql/validation/rules/KnownFragmentNames' #1518
-
Hi, I've been getting these errors with
I know that you are currently rewritting GraphiQL for the v1.0.0 and that this bug is already fixed in the master branch but will you publish a fix before? Thank's! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
hey there! this was already addressed in a pre-release, you can check the changelogs to see which version exactly, but one of the first 1.0.0 alphas (more will be added). the quick way to install the latest pre-release is if you have any other questions, please feel free to reach out on discord! |
Beta Was this translation helpful? Give feedback.
-
Same error with nextjs |
Beta Was this translation helpful? Give feedback.
-
@hemel-cse are you using |
Beta Was this translation helpful? Give feedback.
-
Still happen with clean
is there any workaround to make it works ? |
Beta Was this translation helpful? Give feedback.
-
@duahaudo please use the pre-release! |
Beta Was this translation helpful? Give feedback.
hey there!
this was already addressed in a pre-release, you can check the changelogs to see which version exactly, but one of the first 1.0.0 alphas (more will be added).
the quick way to install the latest pre-release is
yarn add graphiql@next
ornpm install --save graphiql@next
if you have any other questions, please feel free to reach out on discord!