0.9 cannot be installed anymore correctly
See original GitHub issueWhen trying to install graphiql@^0.9
we receive this error:
peer invalid: codemirror@^5.25.2, required by codemirror-graphql@0.6.4
This happens because the latest graphiql
version installs codemirror@5.23.0
but the latest (patch-)version of codemirror-graphql wants ^5.25.2
We also cannot upgrade yet to graphiql@0.10
as we do not yet use react@15.5
which is now required.
Can you please release a new 0.9 version that works? thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Can't install packages with npm@7 and Volta 0.9 #857 - GitHub
Hi, I just upgraded to the latest 0.9 and I can't install packages anymore volta install netlify-cli error: Could not install package ...
Read more >Activation problem with 0.9.20 version - WordPress.org
I've some issues with the last version of Waymark 0.9.20. I've installed correctly on my website with no problem, but when I try...
Read more >RStudio requires quarto 0.9.80 - but not available...
I'm trying to experiment with quarto but can't get the the quarto install version to agree with RStudio.
Read more >Cannot upgrade to 11.102.0.8 until needed system packages ...
"Cannot upgrade to 11.102.0.8 until needed system packages are installed" and now the yellow message at the top just says
Read more >npm WARN ... requires a peer of ... but none is installed. You ...
"A requires a peer of B but none was installed". Consider it as "A requires one of B's peers but that peer was...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well I downgraded and pinned all graphql related packages, as the new graphiql 0.10 also cannot be used with webpack anymore due to graphql/graphql-language-service#111 and uglify afterwards chocking about ES6/Flow.
So I cannot test with our react versions.
@nemoDreamer could you elaborate on the issues you’re having with flow? From https://github.com/graphql/graphql-language-service/issues/111 we’ve seen some flow errors - are these related perhaps?