我已经成功安装了 Node.js,现在我想安装这里找到的 websocket 模块:https ://github.com/Worlize/WebSocket-Node
从 root 用户,我运行了以下命令:
npm install websocket
抛出的错误是:
[websocket v1.0.7]
Native code compile failed!!
On Windows, native extensions require Visual Studio and Python.
On Unix, native extensions require Python, make and a C++ compiler.
Start npm with --websocket:verbose to show compilation output (if any).
我应该发出什么命令来安装这个 websocket 模块及其要求?
编辑:当我跑步时sudo apt-get install gcc make
我收到这条消息:
正在读取包列表... 完成 构建依赖树 正在读取状态信息... 完成 gcc 已经是最新版本。gcc 设置为手动安装。make 已经是最新版本了。0 升级,0 新安装,0 删除,44 未升级。
尝试安装 WebSocket 时出现同样的错误。