Add an error message if NPM is not available but needed

This commit is contained in:
Stephan Seitz 2021-03-16 05:02:03 +01:00 committed by Kiyan
parent 1fa1ddea84
commit f392f13af4
2 changed files with 4 additions and 1 deletions

View file

@ -433,7 +433,6 @@ list.jsdoc = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-jsdoc",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = {"@steelsojka"},
}