spectaql 2.0.0 can't be installed with npm
See original GitHub issueI am unable to install this tool after 2.0.0 was released. Older versions install just fine.
cosban@quasar:/Users/cosban/dev $
> npm --version
8.19.2
cosban@quasar:/Users/cosban/dev $
> node --version
v18.12.1
cosban@quasar:/Users/cosban/dev $
> npm i -g spectaql@2.0.0
npm WARN deprecated opn@6.0.0: The package has been renamed to `open`
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm ERR! code 127
npm ERR! path /Users/cosban/.nvm/versions/node/v18.12.1/lib/node_modules/spectaql
npm ERR! command failed
npm ERR! command sh -c -- yarn build:vendor
npm ERR! sh: yarn: command not found
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/cosban/.npm/_logs/2022-12-07T19_28_26_900Z-debug-0.log
Issue Analytics
- State:
- Created 9 months ago
- Comments:6
Top Results From Across the Web
spectaql - npm
SpectaQL is a Node.js library that generates static documentation for a GraphQL schema using a variety of options:.
Read more >spectaql/package.json at main - GitHub
Autogenerate static GraphQL API documentation. Contribute to anvilco/spectaql development by creating an account on GitHub.
Read more >GraphQL Code Libraries, Tools and Services
npm install @graphql-box/core @graphql-box/client @graphql-box/request-parser ... SpectaQL generates static HTML documentation from a GraphQL schema.
Read more >Introducing SpectaQL 2.0 - an even more powerful, easy way ...
It gets downloaded roughly 18,000 times per week on NPM; It has over 750 stars on Github; It is commonly ranked 1st among...
Read more >unable to install express-graphql - node.js - Stack Overflow
Could not resolve dependency: npm ERR! peer graphql@"^14.7.0 || ^15.3.0" from express-graphql@0.12.0 ...
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
Ok I’ll get a fix out asap.
Thanks for the quick turn around. I have confirmed that 2.0.1 resolves this issue.