graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

0.3.21 does not load: Cannot find module 'react' #345

Closed kryops closed 2 years ago

kryops commented 2 years ago

Actual Behavior

After the update to 0.3.21, the following is logged to "Output > Log (Extension Host)" when VS Code starts:

[2021-11-24 15:20:25.442] [exthost] [error] Activating extension GraphQL.vscode-graphql failed due to an error:
[2021-11-24 15:20:25.442] [exthost] [error] Error: Cannot find module 'react'
Require stack:
- /Users/xxx/.vscode/extensions/graphql.vscode-graphql-0.3.21/out/extension.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/loader.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-amd.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-fork.js

Specifications

Thanks for looking into it!

ibratoev commented 2 years ago

Same here - the extension is broken for me at the moment :(