spectaql 2.0.1 installation error
See original GitHub issueI’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:
- Created 9 months ago
- Comments:6
Top 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 >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
Fix is out in
2.0.2
. Thanks/sorry!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