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.1 installation error

See original GitHub issue

I’m trying to install for the first time:

yarn add -D spectacl

...prior output omitted for brevity

➤ YN0000: │ spectaql@npm:2.0.1 STDOUT
➤ YN0000: │ spectaql@npm:2.0.1 STDOUT > spectaql@2.0.1 build:vendor
➤ YN0000: │ spectaql@npm:2.0.1 STDOUT > node bin/build-vendor.mjs
➤ YN0000: │ spectaql@npm:2.0.1 STDOUT
➤ YN0000: │ spectaql@npm:2.0.1 STDERR No vendor-src directory. Not building vendor packages.
➤ YN0009: │ spectaql@npm:2.0.1 couldn't be built successfully (exit code 13, logs can be found here: /private/var/folders/p6/s92jvcdj1m37h71ygtl8cs_r0000gn/T/xfs-02057cca/build.log)
➤ YN0000: └ Completed in 5s 800ms
➤ YN0000: Failed with errors in 14s 863ms

Using Yarn 3.3.0 PnP on MacOS

While the package appears to be installed this error means my CI build fails.

EDIT: Whilst this fails on initial installation it only raises a warning when using yarn install --immutable

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
newhousecommented, Dec 9, 2022

Fix is out in 2.0.2. Thanks/sorry!

0reactions
robinelvincommented, Dec 9, 2022

I’ve uninstalled and reinstalled to confirm and it appears to be happy now. Calling process.exit(0) looks like it fixes the problem. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

SpectaQL - Autogenerate static GraphQL API documentation
Install SpectaQL : npm install -g spectaql # OR yarn global add spectaql. This is a global installation, but you can also either:...
Read more >
SpectaQL: Autogenerate Static GraphQL API Documentation
Install SpectaQL : This is a global installation, but you can also either: Clone this repository; Add spectaql as a dependency to an...
Read more >
GraphQL API Reference - Tanium Developer Portal
Creates a new Deploy software package deployment to install, update, or remove a software package. Use of this field requires the Deploy solution....
Read more >
GraphQL Code Libraries, Tools and Services
SpectaQL is a Node.js library that generates static documentation for a GraphQL schema using a variety of options: From a live endpoint using...
Read more >
Using Postman to query - Zoom App Marketplace
Download the Zoom GraphQL schema file. You can add this to Postman to see the available types and fields or use it to...
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