我无法在 Node.js 中安装 Robotjs 库

I cannot install the Robotjs library in Node.js

我无法在 Node 中安装 Robotjs。当我尝试安装命令:npm install robot-js 时,屏幕显示此错误:

        Error: robot-js binaries failed to install. You will need to install 
        them manually.

当我输入命令:npm list robotjs 时,出现此消息:

        ! - UNMET DEPENDENCY robotjs@0.4.5

        npm ERR! missing: robotjs@0.4.5, required by iamdinosaur@1.0.0

我不知道如何手动安装,npm 安装不了

我有Python 3,我已经拔掉它,只剩下Python 2.7,但没有解决。

已通过将 node.js 9 的版本降级到版本 6 解决,版本为二进制模块本身,即版本 6。