can't get the tests for existing c-sharp plugin to run #4410
-
|
so wanted to start my own plugin and write some c-sharp auto generated code... cloned the project getting this will appreciate any help |
Beta Was this translation helpful? Give feedback.
Answered by
danielrearden
Jul 22, 2020
Replies: 1 comment
-
|
Hello. Have you ran |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Have you ran
yarn install? It sounds like you havejestinstalled globally but node_modules insidegraphql-code-generator/packages/plugins/c-sharp/c-sharpdoesn't exist.