When I finished executing "npm install tree-sitter" in my project, my compiler gave the following warning: "Can't resolve './build/Debug/tree_sitter_runtime_binding.node' in 'D:\vue-admin-template\node_modules\tree-sitter", And I can't get "const Parser = require('tree-sitter');" The print results, how do I deal with the problem?
When I finished executing "npm install tree-sitter" in my project, my compiler gave the following warning: "Can't resolve './build/Debug/tree_sitter_runtime_binding.node' in 'D:\vue-admin-template\node_modules\tree-sitter", And I can't get "const Parser = require('tree-sitter');" The print results, how do I deal with the problem?