Package Details: graphql-lsp 3.2.23-3

Git Clone URL: https://aur.archlinux.org/graphql-lsp.git (read-only, click to copy)
Package Base: graphql-lsp
Description: GraphQL Language Service provides an interface for building GraphQL language services for IDEs.
Upstream URL: https://www.npmjs.com/package/graphql-language-service-cli
Provides: graphql-language-service-cli
Submitter: pjvds
Maintainer: pjvds
Last Packager: pjvds
Votes: 1
Popularity: 0.21
First Submitted: 2021-04-22 14:13 (UTC)
Last Updated: 2022-05-06 12:09 (UTC)

Latest Comments

sudoforge commented on 2022-05-08 17:39 (UTC)

Flyby comment here, I'd recommend using the --production command-line flag instead of exporting NODE_ENV.

pjvds commented on 2021-11-04 21:34 (UTC) (edited on 2021-11-04 21:39 (UTC) by pjvds)

Errors should be fixed now, thanks to the great work of Hrle97!

acomagu commented on 2021-07-15 06:14 (UTC)

Not working. And seems have been outdated for months.

node:internal/modules/cjs/loader:944
  throw err;
  ^

Error: Cannot find module '../dist/cli'
Require stack:
- /usr/lib/node_modules/graphql-language-service-cli/bin/graphql.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:941:15)
    at Function.Module._load (node:internal/modules/cjs/loader:774:27)
    at Module.require (node:internal/modules/cjs/loader:1013:19)
    at require (node:internal/modules/cjs/helpers:93:18)
    at Object.<anonymous> (/usr/lib/node_modules/graphql-language-service-cli/bin/graphql.js:15:1)
    at Module._compile (node:internal/modules/cjs/loader:1109:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10)
    at Module.load (node:internal/modules/cjs/loader:989:32)
    at Function.Module._load (node:internal/modules/cjs/loader:829:14)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/lib/node_modules/graphql-language-service-cli/bin/graphql.js'
  ]
}

magnetic_mosaic commented on 2021-06-18 12:52 (UTC)

This built is not working. I am getting an error "../dist/cli" not found. It works when I change the PKGBUILD package to graphql-language-service-cli instead of the one you have given.