question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

spectaql 2.0.0 can't be installed with npm

See original GitHub issue

I 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:closed
  • Created 9 months ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
newhousecommented, Dec 7, 2022

Ok I’ll get a fix out asap.

0reactions
cosbancommented, Dec 8, 2022

Thanks for the quick turn around. I have confirmed that 2.0.1 resolves this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found