We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like maybe redhat-developer/yaml-language-server#458 was the upstream change that led to this?
Edit: I originally thought this was preventing the language server from running, but it does not.
Wrote to /home/me/.local/share/vim-lsp-settings/servers/yaml-language-server/package.json: { "name": "yaml-language-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC" } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { npm WARN EBADENGINE node: '*', npm WARN EBADENGINE npm: '\n\nERROR: Please use yarn, npm is not supported in this repository!!!\n\n', npm WARN EBADENGINE yarn: '^1.22.5' npm WARN EBADENGINE }, npm WARN EBADENGINE current: { node: 'v16.5.0', npm: '7.19.1' } npm WARN EBADENGINE } added 24 packages, and audited 25 packages in 650ms found 0 vulnerabilities [Process exited 0]
The text was updated successfully, but these errors were encountered:
I fixed this problem in #450.
Sorry, something went wrong.
Closed by #450
No branches or pull requests
Looks like maybe redhat-developer/yaml-language-server#458 was the upstream change that led to this?
Edit: I originally thought this was preventing the language server from running, but it does not.
The text was updated successfully, but these errors were encountered: