Commit cf5b97d
authored
When I run `npm-install-peers` in the `graphql-language-service-cli` directory,
oddly enough, the `graphql-language-service` disappears from `node_modules` as a result of dependency resolution.
As a result, the graphql language server does not work at all.
From the PR I linked to, it seems that the mechanism to run `npm-install-peers` was originally put in for graphql.
[Pull npm peerDependencies as required by elken · Pull Request #3511 · emacs-lsp/lsp-mode](#3511)
Maybe if it was a previous version, it would rather not work without installing it.
Replaced with a working package.
I honestly don't know why `npm-install-peers` removes existing packages when dependency conflicts occur.
1 parent c95c911 commit cf5b97d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8396 | 8396 | | |
8397 | 8397 | | |
8398 | 8398 | | |
8399 | | - | |
| 8399 | + | |
8400 | 8400 | | |
8401 | 8401 | | |
8402 | 8402 | | |
| |||
0 commit comments