Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphql): do not execute npm-install-peers
What === It is revert [Pull npm peerDependencies as required by elken · Pull Request #3511 · emacs-lsp/lsp-mode](#3511). Why === 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. Maybe if it was a previous version, it would rather not work without installing it. Since simpler things are preferable, I removed the `npm-install-peers` execution.
- Loading branch information