安装包 libxml 时出现 npm 安装错误

npm installation error when installing package libxml

我正在尝试使用命令安装包 libxml

npm i libxml

不幸的是,我收到以下我不太理解的错误。

% npm i libxml                                                                                          
npm ERR! code 1
npm ERR! path /Users/smo/Documents/adep2/adep-export-tool-js/node_modules/libxml
npm ERR! command failed
npm ERR! command sh -c ./build.sh
npm ERR! ./build.sh: line 8: node-waf: command not found
npm ERR! ./build.sh: line 9: node-waf: command not found
npm ERR! cp: build/Release/o3.node: No such file or directory

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/smo/.npm/_logs/2021-06-14T12_12_32_467Z-debug.log

如果有人能至少向我解释一下错误,那将非常有帮助。

我解决了。发生这种情况是因为我使用了错误的节点版本。包 libxml 需要节点版本 14.x.x。我的是 16.3.0