We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I give execute the following command:
npx swagger-to-graphql --swagger-schema=https://petstore.swagger.io/v2/swagger.json
There is an exception thrown:
Cannot find module 'graphql' Require stack: - C:\Users\Vadim\AppData\Roaming\npm-cache\_npx\22428\node_modules\swagger-to-graphql\lib\index.js - C:\Users\Vadim\AppData\Roaming\npm-cache\_npx\22428\node_modules\swagger-to-graphql\bin\swagger-to-graphql
The text was updated successfully, but these errors were encountered:
Looks like it was resolved by installing TypeScript:
npm i -g typescript
Sorry, something went wrong.
see #162
No branches or pull requests
Summary
When I give execute the following command:
There is an exception thrown:
The text was updated successfully, but these errors were encountered: